CssStyleScopeBase

Properties that all css style scope implementations promise to support.

Note: the "Base" suffix here is different from the concept of a base style (e.g. base { ... }). This is confusing and we, the authors of the codebase, express our deepest apologies! In practice, this class will never be imported directly by user code.

Inheritors

Properties

Link copied to clipboard
abstract val colorMode: ColorMode

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