Animation
Wisej.Web.Animation
Last updated
Was this helpful?
Wisej.Web.Animation
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.
Initializes a new instance of the class.
Initializes a new instance of the class attached to an implementation.
container
Returns a value indicating whether a control can be extended.
extendee
The control to be extended.
Removes all animations.
Animation properties.
control
The control to get the animation name for.
Throws:
e
e
Removes all the animation properties from the control .
control
control
The control to animate.
All wisej components implement this interface.
Allows an object to serialize itself.
An that represents the container of the extender.
: Manages a collection of used defined animation definitions.
: Returns or sets the object that contains programmer-supplied data associated with this component.
Returns: . true if the control can be extended; otherwise, false.
Returns: . The name of the selected animation.
control is null.
Fires the event.
Fires the event.
Control to remove from the extender.
Runs the animation of the specified immediately. If the control doesn't have a configured animation this method doesn't do anything.
Fired when the animation ends.
Fired when the animation begins.