How to display images in loop: continuously moving

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shrilekha
    New Member
    • Mar 2012
    • 1

    #1

    How to display images in loop: continuously moving

    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:

    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>
    Last edited by Frinavale; Mar 15 '12, 07:29 PM. Reason: Added the question to the body of the thread based on the question asked in the title of the thread. Please ask your question in the thread and choose a title for the thread that describes the questio
Working...