Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnimationStrategyDuration

Animate with a fixed duration.

The animation will be in the unstarted state for delay msec, animate for duation msec, and then stay in the completed state.

Hierarchy

  • AnimationStrategyDuration

Index

Properties

Properties

animation

animation: "duration"

delay

delay: number

Delay before animation starts, in msec.

duration

duration: number

Duration of animation, in msec.

Generated using TypeDoc