const classdom::KeyFrame

sys::Obj
  dom::KeyFrame

@Js

KeyFrame defines a frame of a CSS animation.

make

Source

new make(Str step, Str:Obj props)

Construct new KeyFrame for given step and props.

props

Source

const Str:Obj props

Properies for this keyframe.

step

Source

const Str step

Position of this keyframe.