Continuous Animation
i trying find way have continuously animate. example, have circular wheel-like images want have continuously rotate. can set storyboard start on load and rotate 360 degrees @ speed, want these keep rotating time. how approach this?
thanks in advance.
on doubleanimation, add repeatbehavior="forever"
an example:
http://www.wynapse.com/silverlight/silverlight_rolling_gear_animation.aspx
the xaml expanded near bottom.
-dave
Silverlight > Programming Silverlight with JavaScript
Comments
Post a Comment