CssStyleBaseScope
A simplified subset of CssStyleScope.
This scope is provided for cases where you only generate a single style (e.g. base), unlike CssStyleScope where you can define a collection of styles.
Functions
Link copied to clipboard
open fun Keyframes.toAnimation(duration: CSSTimeNumericValue? = null, timingFunction: AnimationTimingFunction? = null, delay: CSSTimeNumericValue? = null, iterationCount: AnimationIterationCount? = null, direction: AnimationDirection? = null, fillMode: AnimationFillMode? = null, playState: AnimationPlayState? = null): Animation.Repeatable