class

KeyFrame

@Js
const class KeyFrame : Obj

KeyFrame defines a frame of a CSS animation.

constructors make

Construct new KeyFrame for given step and props

fields step

Position of this keyframe

props

Properies for this keyframe

make new make(Str step, Str:Obj props)

Construct new KeyFrame for given step and props.

props const Str:Obj : props

Properies for this keyframe.

step const Str : step

Position of this keyframe.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST