type

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

Slot Details

frames

const KeyFrame[] frames

Frames for this animation.

make

new make(KeyFrame[] frames)

Construct new animation with given frames.

toStr

virtual override Str toStr()