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.6 ∙ 21-Jul-2026 09:48 EDT