AnimationEffect.EffectAnimation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An animation which will apply the derived effect.
public Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet EffectAnimation(Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet animationSet, double value = 0, double duration = 500, double delay = 0, Microsoft.Toolkit.Uwp.UI.Animations.EasingType easingType = Microsoft.Toolkit.Uwp.UI.Animations.EasingType.Default, Windows.UI.Xaml.Media.Animation.EasingMode easingMode = Windows.UI.Xaml.Media.Animation.EasingMode.EaseOut);
member this.EffectAnimation : Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet * double * double * double * Microsoft.Toolkit.Uwp.UI.Animations.EasingType * Windows.UI.Xaml.Media.Animation.EasingMode -> Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet
Public Function EffectAnimation (animationSet As AnimationSet, Optional value As Double = 0, Optional duration As Double = 500, Optional delay As Double = 0, Optional easingType As EasingType = Microsoft.Toolkit.Uwp.UI.Animations.EasingType.Default, Optional easingMode As EasingMode = Windows.UI.Xaml.Media.Animation.EasingMode.EaseOut) As AnimationSet
Parameters
- animationSet
- AnimationSet
The animation set.
- value
- Double
The value.
- duration
- Double
The duration in milliseconds.
- delay
- Double
The delay in milliseconds.
- easingType
- EasingType
The easing function to use
- easingMode
- Windows.UI.Xaml.Media.Animation.EasingMode
The easing mode to use
Returns
An animation set with the effect added to it.