const class dom::KeyFrames

sys::Obj
  dom::KeyFrames

@Js

Source

KeyFrames defines a CSS animation from a list of KeyFrames.

frames

const KeyFrame[] frames

Source

Frames for this animation.

make

new make(KeyFrame[] frames)

Source

Construct new animation with given frames.

toStr

virtual override Str toStr()

Source