Class FadeTransition
This Transition creates a fade effect animation that spans its duration. This is done by updating the opacity variable of the node at regular interval.
Namespace: Syncfusion.Windows.Controls
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class FadeTransition : ContentTransition
Constructors
FadeTransition()
Declaration
public FadeTransition()
Fields
DurationProperty
Using a DependencyProperty as the backing store for Duration. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty DurationProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
EasingProperty
Using a DependencyProperty as the backing store for EasingFunction. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty EasingProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Duration
Gets or sets the length of time for which this timeline plays, not counting repetitions.
Declaration
public TimeSpan Duration { get; set; }
Property Value
Type |
---|
System.TimeSpan |
Easing
Gets or sets Windows.UI.Xaml.Media.EasingFunctionBase that allow to apply custom mathematical formulas to animations
Declaration
public EasingFunctionBase Easing { get; set; }
Property Value
Type |
---|
System.Windows.Media.Animation.EasingFunctionBase |