How to pause a sprite sheet playing for perticular timing

I want to play one frame for few seconds and after that want to play next frame for few seconds. How can I achieve this thing ??

you can use FPS for this.
or use flags in Update function because update function will help you for play pause animation.