Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnimationStrategySpeed

Animate with a fixed speed.

The component will be in the unstarted state for delay msec, animate at a rate of speed pixels per 100 msec, and then stay in the completed state.

Generally, use this strategy instead of AnimationStrategyDuration to make your animations more responsive and localizable.

Hierarchy

  • AnimationStrategySpeed

Index

Properties

Properties

animation

animation: "speed"

delay

delay: number

Delay before animation starts, in msec.

speed

speed: number

The speed of stroke rendered, in pixels per 100 msec.

Generated using TypeDoc