Please don't! Putting animation behind content is bad for usability and accessibility
- !important ignored in @keyframe & original values
- animation-name: identifier (not string).
- Applied in order declared.
- Original values used if missing 0% or 100%.
- animation-iteration-count: O+ || infinite;
- Events: 1 animationstart, n animationiterations, 1 animationend
- Characters: animation-timing-function: steps(n, end);