javascript - CSS infinite animation -


this project working on required me build moving animation uses nothing other css , styled divs.

a perfect working example of identical can found here (note blue background white moving squares):

http://www.braintreepayments.com

however, unlike demo above, design consists of 10 times more div shapes in animation , when animation timing expires, container becomes blank, makes looks poorly designed.

my question is, how animation in above example create 'continuous / infinite effect' on website, little styled divs? have been trying formulate replicate effect no success.

note: open using jquery / javascript solution well.

by using anitmation-iteration-count property , using infinite value - have hard time finding matching selector css minified, rule exists somewhere in stylesheet.


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

asp.net - Configuring WCF Services in Code WCF 4.5 -