type

KeyFrames

src @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

Slot Details

frames

src const KeyFrame[] frames

Frames for this animation.

make

src new make(KeyFrame[] frames)

Construct new animation with given frames.

toStr

src virtual override Str toStr()