KeyframesBuilder

Properties

Link copied to clipboard
open override val colorMode: ColorMode

Functions

Link copied to clipboard
fun each(vararg keys: CSSSizeValue<CSSUnit.percent>, createStyle: () -> Modifier)

A way to assign multiple percentage values with the same style.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun from(createStyle: () -> Modifier)

Describe the style of the element when this animation starts.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
operator fun CSSSizeValue<CSSUnit.percent>.invoke(createStyle: () -> Modifier)

Describe the style of the element when the animation reaches some percent completion.

Link copied to clipboard
fun to(createStyle: () -> Modifier)

Describe the style of the element when this animation ends.

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.Listable