Event Onmethod JavaScript DHTML



 
   
              onend="alert('The animation ended')" 
           onbegin="alert('Beginning animation!')" 
           begin="indefinite" 
           dur="5" 
           repeatCount="3">
                 id=a1 
          targetElement="myDiv" 
          to="250,0" 
          autoReverse="true" 
          begin="1" 
          dur="2">
       
   
           id=myDiv 
        style="background-color: yellow;">Animated div element.
   

   

 


   Start animation
   Stop animation