I am designing a web app in whose log in page, I would like to pop up filled spheres in the sequence 1 -> 2 -> 3 -> 4 -> 5 as given in the following (crudely) drawn representation.

I have just used plain HTML before and very little CSS. So I am very new to HTML5 and CSS3. Any help from you guys will be really appreciated.
Thanks,
EG
see this solution
tested in firefox and chrome:
use transition delay in your css
for more information see this link: