|
How to animate a particular element? - .animate()
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-effects
To animate a particular html element we can use animate() method where we need to pass different css animation attributes separated by comma (,).In general animations can be performed on only those CSS properties that are specified as numberic values. Eg. Width, height, font size etc.
|