1
Answer

Animation In Silverligh

Smart    Lucky

Smart Lucky

13y
1.1k
1
Hi
I have created an animation (like 30 seconds) and after time animation is end if i want to continue run animation how can i..? and it is possible...........? if it is possible can any one help me.?
Answers (1)
0
Priya Linge

Priya Linge

NA 5k 708k 13y
Hi,

If you want to make animation continues make it forever as follow,

<DoubleAnimation From="1.0" To="0.0" Duration="0:0:1"
  AutoReverse="True" RepeatBehavior="Forever"/>

Thanks.