AnimationScope Class

Definition

A container of ITimeline elements that can be used to conceptually group animations together and to assign shared properties to be applied to all the contained items automatically.

public sealed class AnimationScope : Windows.UI.Xaml.DependencyObjectCollection, Microsoft.Toolkit.Uwp.UI.Animations.ITimeline
type AnimationScope = class
    inherit DependencyObjectCollection
    interface ITimeline
Public NotInheritable Class AnimationScope
Inherits DependencyObjectCollection
Implements ITimeline
Inheritance
Windows.UI.Xaml.DependencyObjectCollection
AnimationScope
Implements

Constructors

AnimationScope()

Fields

DelayProperty

Identifies the dependency property.

DurationProperty

Identifies the dependency property.

EasingModeProperty

Identifies the dependency property.

EasingTypeProperty

Identifies the dependency property.

Properties

Delay

Gets or sets the optional initial delay for the animation.

Duration

Gets or sets the animation duration.

EasingMode

Gets or sets the optional easing function mode for the animation.

EasingType

Gets or sets the optional easing function type for the animation.

Methods

AppendToBuilder(AnimationBuilder, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<EasingType>, Nullable<EasingMode>)

Appends the current animation to a target AnimationBuilder instance. This method is used when the current ITimeline instance is explicitly triggered.

Applies to