Animation
Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.
Last updated
Was this helpful?
Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.
Last updated
Was this helpful?
Wisej.NET Animation
enables style transition animations between configurations.
For a full list of properties, methods and events see the API documentation.
The Timing
property provides several preset values:
Default
: Uses the speed defined in the original definition
Linear
: Maintains constant speed from start to end
Ease
: Starts slow, accelerates, then ends slowly
EaseIn
: Begins with slow acceleration
EaseOut
: Features slow start and end phases
Class name
"wisej.web.extender.Animation"
Source code