Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Endless animation?

Tags:

.net

wpf

xaml

Is it possible to make DoubleAnimation continue forever (no loop, just continue without stop)?

like image 886
user626528 Avatar asked Nov 21 '25 22:11

user626528


1 Answers

Animations and StoryBoards in WPF have a RepeatBehavior property that you can set to "Forever". This will tell your animation to repeat forever until you tell it to stop.

http://msdn.microsoft.com/en-us/library/system.windows.media.animation.timeline.repeatbehavior.aspx

like image 189
rossisdead Avatar answered Nov 23 '25 14:11

rossisdead



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!