CSSKeyframesRule

An object representing a complete set of keyframes for a CSS animation. It corresponds to the contains of a whole @keyframes at-rule. It implements the CSSRule interface with a type value of 7 (CSSRule.KEYFRAMES_RULE).

MDN Reference

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val length: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator fun get(index: Int): CSSKeyframeRule
open operator fun get(key: Symbol.iterator): () -> JsIterator<CSSKeyframeRule>
Link copied to clipboard
open inline operator fun iterator(): Iterator<CSSKeyframeRule>