How to create a sprite sheet animation only in css?

i have multiple rows of sprites (or) frames in single sprite sheet.for example

* * * * * *
* * * * * *
* * * * * *
* * * * * *

(*-image).
anyone pls help me…

This will help you out: https://www.kirupa.com/html5/sprite_sheet_animations_using_only_css.htm

The only thing you need to do is move all of the sprites into one row. Having a grid won’t work too well :frowning:

Thanks for your reply,
how to move all sprites in one row?

You should use an image editor to do that.