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
Post a Comment