CSS Keyframe Animations

yellowone.animate { -webkit-animation-name: yellow_one;-webkit-animation-duration: 13s;-webkit-animation-timing-function: ease;-webkit-animation-iteration-count: infinite; -webkit-animation-direction: normal;-webkit-animation-delay: 0;-webkit-animation-play-state: running;-webkit-animation-fill-mode: forwards;animation-name: yellow_one;animation-duration: 13s;animation-timing-function: ease;animation-iteration-count: infinite; animation-direction: normal;animation-delay: 0;animation-play-state: running;animation-fill-mode: forwards; } @ -webkit-keyframes yellow_one { 0% { left:185px; top:-15px;}6.6% …

Continuar lendo