Animation
Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.
Last updated
Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.
Last updated
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.
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.
Item | Description |
---|---|
Class name | "wisej.web.extender.Animation" |
Source code |