I'm looking to do an animation for a glass, so that it looks like a full glass of water it is being drained by an imaginary hole in the bottom. I have a colored background and I'm looking to make that color "drain".
I currently have the following Animation, but it currently looks as is the glass is filling up
DoubleAnimation Duration="0:0:15"
From="1"
Storyboard.TargetName="InnerBorder"
Storyboard.TargetProperty="(UIElement.RenderTransform).(ScaleTransform.ScaleY)"
To="0" />
Can anyone please help to get the right animation?