Class RevealAnimation
Reveal animation for expanding the element's visibility from left to right or from top to bottom and vice versa.
Inherited Members
Namespace: Telerik.Windows.Controls.Animation
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RevealAnimation : BaseAnimation
Constructors
RevealAnimation()
Declaration
public RevealAnimation()
Properties
AnimationDirection
The animation direction.
Declaration
public AnimationDirection AnimationDirection { get; set; }
Property Value
Orientation
Gets or sets a value, describing the orientation of the animation.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.
|
Methods
CreateAnimationOverride(FrameworkElement, FrameworkElement)
Creates the animation.
Declaration
protected override Storyboard CreateAnimationOverride(FrameworkElement control, FrameworkElement target)
Parameters
System. The control for which the animation is needed. |
System. The targeted element of the animation. |
Returns
System. The newly created animation. |
Overrides
UpdateAnimationOverride(FrameworkElement, Storyboard, FrameworkElement, Object[])
Updates the animation.
Declaration
protected override void UpdateAnimationOverride(FrameworkElement control, Storyboard storyboard, FrameworkElement target, params object[] args)
Parameters
System. The control for which the animation needs to be updated. |
System. Storyboard that needs to be updated. |
System. The targeted element of the animation. |
System.
|
Overrides
Remarks
Currently the method sets the SpeedRatio of the storyboard to the global AnimationSpeedRatio if the local SpeedRatio is null. If the local SpeedRatio value is set, it will be used.