Animation

Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.

Wisej Animations make it possible to animate transitions from one style configuration to another.

For a full list of properties, methods and events see the API documentation.

Features

Animation Timing

The Timing property of the Animation extender contains several preset values.

  • Default: The animation has the speed defined in the original definition.

  • Linear: The animation has the same speed from start to end.

  • Ease: The animation has a slow start, then fast, before it ends slowly.

  • EaseIn: The animation has a slow start.

  • EaseOut: The animation has both a slow start and a slow end.

Advanced

JavaScript Widget

ItemDescription

Class name

"wisej.web.extender.Animation"

Source code

Last updated