Skip to content

Animation

Animation

PropertyExpected ValuesExample
animationPassThroughToken (e.g., (fade-in_200ms_ease))animation:(fade-in_200ms_ease)
animation-namePassThroughToken (e.g., (fade-in))animation-name:(fade-in)
animation-durationPassThroughToken (e.g., (200ms) )animation-duration:(200ms)
animation-timing-functionPassThroughToken (e.g., (ease-in-out) )animation-timing-function:(ease-in-out)
animation-delayPassThroughToken (e.g., (150ms) )animation-delay:(150ms)
animation-iteration-countPassThroughToken (e.g., (infinite) )animation-iteration-count:(infinite)
animation-directionnormal, reverse, alternate, alternate-reverseanimation-direction:alternate
animation-fill-modenone, forwards, backwards, bothanimation-fill-mode:both
animation-play-staterunning, pausedanimation-play-state:paused

Note: Keyframe utilities are not yet generated by Elevate. Define @keyframes in your CSS and reference them via pass-through values.