How to repeat animation in jquery

Many times in web designing we want to repeat animation in jquery. We can animate jquery animations by infinite times, here is the quick example for doing this.

CSS

#rectangle
{
 width:100px;
 height:100px;
 background:#00CC66;
}

Jquery



HTML

Download File Used in this example View Live Demo

Total Downloads:

No comments:

Post a Comment