const virtual class dom::KeyFrames

sys::Obj
  dom::KeyFrames

@Js

Source

KeyFrames defines a CSS animation from a list of KeyFrames.

frames

const List<KeyFrame> frames

Source

Frames for this animation.

make

new make(List<KeyFrame> frames)

Source

Construct new animation with given frames.

toStr

virtual override Str toStr()

Source