CSS Animation Visualizer
Specifies the name of the @keyframes animation. Default: none
Specifies how long the animation should take to complete one cycle. Default: 0s
Specifies the speed curve of the animation. Default: ease
Specifies a delay for the start of the animation. Default: 0s
Specifies the number of times an animation should be played. Default: 1
Specifies whether the animation should play in reverse direction or alternate cycles. Default: normal
Specifies how the animation should apply styles before and after execution. Default: none
Specifies whether the animation is running or paused. Default: running