How do you display images in loop so that they are continuously moving?
I am using animation extender.
Here is the code that I used:
I am using animation extender.
Here is the code that I used:
Code:
<cc1:AnimationExtender ID="Image1_AnimationExtender" runat="server" Enabled="True" TargetControlID="Image1" >
<Animations>
<OnLoad>
<Sequence>
<Move Vertical="1000" Fps="20" />
</Sequence>
</OnLoad>
</Animations>
</cc1:AnimationExtender>