Jquery swing example and jQuery linear example

Asked By 10 points N/A Posted on -
qa-featured

Hi,

jQuery can use swing animation or linear animation.Please give me a jquery swing example and a jquery linear example to illustrate how they are implemented.

Thank you.

SHARE
Answered By 0 points N/A #166552

Jquery swing example and jQuery linear example

qa-featured

 

Hello,
 
JQuery animations come in two forms: linear and swing animations. In order for either animation to work properly, a function for animation must be used.  This function is called .animate() and it has four attributes: properties, speed, easing, and complete.   The attribute easing can be replaced by swing or linear forms.  I attached to this message JqueryAnim.txt.  The file has the code that will animate any given sentence.  
 
I hope this is helpful.
 

Related Questions