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?

link|improve this question
Can you provide the full Xaml and I can give you an exact example back then? Basically you need the scaling relative to the bottom edge, not the top (which is the default). – HiTech Magic Jan 31 at 15:23
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.