AnimationExtensions Class

Definition

Common properties related to extensions.

public static class AnimationExtensions
type AnimationExtensions = class
Public Module AnimationExtensions
Public Class AnimationExtensions
Inheritance
AnimationExtensions

Fields

DefaultDelayBehavior

The default Windows.UI.Composition.AnimationDelayBehavior value used for animations (only applies to composition animations).

DefaultEasingMode

The default Windows.UI.Xaml.Media.Animation.EasingMode value used for animations.

DefaultEasingType

The default EasingType value used for animations.

Properties

BlurEffect

Gets the blur effect.

DefaultDelay

Gets the default delay of animations.

DefaultDuration

Gets the default duration of animations.

DefaultEasingType

Gets or sets the default EasingType used for storyboard animations

IsBlurSupported

Gets a value indicating whether the platform supports blur.

IsLightingSupported

Gets a value indicating whether this instance is lighting supported.

SaturationEffect

Gets the saturation effect.

Methods

BeginAsync(Storyboard)

Begins a Storyboard animation and returns a task that completes when the animation is complete

Blur(AnimationSet, Double, Double, Double, EasingType, EasingMode)

Animates the gaussian blur of the UIElement.

Blur(FrameworkElement, Double, Double, Double, EasingType, EasingMode)

Animates the gaussian blur of the UIElement.

Fade(AnimationSet, Single, Double, Double, EasingType, EasingMode)

Animates the opacity of the UIElement.

Fade(UIElement, Single, Double, Double, EasingType, EasingMode)

Animates the opacity of the UIElement.

GetCompositionEasingFunction(EasingType, Compositor, EasingMode)

Generates an Windows.UI.Composition.CompositionEasingFunction to be used with Composition animations

GetEasingFunction(EasingType, EasingMode)

Gets the EasingFunction from an EasingType and optional EasingMode to be used with Storyboard animations

Light(AnimationSet, Double, Double, Double, Nullable<Color>, EasingType, EasingMode)
Obsolete.

Animates a point light and it's distance.

Light(FrameworkElement, Double, Double, Double, Nullable<Color>, EasingType, EasingMode)
Obsolete.

Animates a point light and it's distance.

Offset(AnimationSet, Single, Single, Double, Double, EasingType, EasingMode)

Animates the offset of the UIElement.

Offset(UIElement, Single, Single, Double, Double, EasingType, EasingMode)

Animates the offset of the UIElement.

Rotate(AnimationSet, Single, Single, Single, Double, Double, EasingType, EasingMode)

Animates the rotation in degrees of the UIElement.

Rotate(UIElement, Single, Single, Single, Double, Double, EasingType, EasingMode)

Animates the rotation in degrees of the UIElement.

Saturation(AnimationSet, Double, Double, Double, EasingType, EasingMode)

Saturates the visual within the animation set.

Saturation(FrameworkElement, Double, Double, Double, EasingType, EasingMode)

Saturates the FrameworkElement.

Scale(AnimationSet, Single, Single, Single, Single, Double, Double, EasingType, EasingMode)

Animates the scale of the specified UIElement.

Scale(UIElement, Single, Single, Single, Single, Double, Double, EasingType, EasingMode)

Animates the scale of the specified UIElement.

Applies to