🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

ImageSpritePlay is a simple yet powerful jQuery sprite animator for creating fancy configurable animations from image sprites you provide.

Sprite-Animation

Documentation

ImageSpritePlay

jQuery Sprite Animator

Usage

$(document).ready ( 	function() 	{ 		$("#element-1").imageSpritePlay 		( 			{ 				image       : 'img/fly.png', 				frame_count : 4, 				velocity    : 65, 				autoplay    : true, 				loop        : true 			} 		); 		 		$("#element-2").imageSpritePlay 		( 			{ 				image       : 'img/dragon.png', 				frame_count : 4, 				velocity    : 250, 				autoplay    : true, 				loop        : true, 				inlineStyle : false 			} 		); 	} );

You May Also Like