Create a Keyframes declaration.
Name to be used in animation-name.
animation-name
@keyframes body. e.g. { from: { top: 0 }, to: { top: 10px } }
{ from: { top: 0 }, to: { top: 10px } }
The key for cache to use.
Get the CSS string to insert into style element.
Generated using TypeDoc
Create a Keyframes declaration.