Core CSS

Animation Specifications Table

CSS Animation Specifications
Value Appearance
Full Specifications: name duration timing-function delay iteration-count direction fill-mode play-state
animation: kfMoveRight 2s linear 0s infinite alternate none running;
animation: kfMoveRight 2s linear 1s infinite alternate none running;
animation: kfMoveRight 2s linear 0s infinite normal none running;
animation: kfMoveRight 4s linear 0s infinite alternate none running;
animation: kfMoveRight 2s ease 0s infinite alternate none running;
animation: kfChangeColor 2s linear 0s infinite normal none running;
animation: kfChangeRadius 2s linear 0s infinite alternate none running;
animation: kfMoveRight 2s linear 0s infinite alternate none paused;
animation: kfMoveRight 2s linear 0s 3 alternate none running;
animation: kfMoveRight 2s linear 0s 3 alternate forwards running;
Partial Specifications: name duration timing-function delay iteration-count direction fill-mode play-state
animation: kfMoveRight 2s infinite alternate;
animation: kfMoveRight 5s;
animation: kfExpand 2s 5s none;
animation: kfExpand 2s 5s forwards;
animation: kfExpand 2s 5s backwards;
animation: kfExpand 2s 5s both;
Multiple Specifications: name duration timing-function delay iteration-count direction fill-mode play-state
animation: kfMoveRight 2s infinite, kfChangeRadius 2s infinite, kfChangeColor 2s infinite;
animation: kfExpand 2s infinite, kfChangeRadius 4s infinite, kfChangeColor 6s infinite;
 
 

© 2007–2024 XoaX.net LLC. All rights reserved.