const class dom::KeyFrame

sys::Obj
  dom::KeyFrame

@Js

Source

KeyFrame defines a frame of a CSS animation.

make

new make(Str step, Map<Str,Obj> props)

Source

Construct new KeyFrame for given step and props.

props

const Map<Str,Obj> props

Source

Properies for this keyframe.

step

const Str step

Source

Position of this keyframe.