class

KeyFrames

@Js
const class KeyFrames : Obj

KeyFrames defines a CSS animation from a list of KeyFrames.

constructors make

Construct new animation with given frames

fields frames

Frames for this animation

methods toStr

frames const KeyFrame[] : frames

Frames for this animation.

make new make(KeyFrame[] frames)

Construct new animation with given frames.

toStr virtual Str toStr()

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