StartAnimationActivity Class

Definition

An IActivity which starts the provided AnimationSet when invoked.

public class StartAnimationActivity : Microsoft.Toolkit.Uwp.UI.Animations.Activity
type StartAnimationActivity = class
    inherit Activity
Public Class StartAnimationActivity
Inherits Activity
Inheritance
Windows.UI.Xaml.DependencyObject
StartAnimationActivity

Constructors

StartAnimationActivity()

Fields

AnimationProperty

Identifies the dependency property.

TargetObjectProperty

Identifies the dependency property.

Properties

Animation

Gets or sets the linked AnimationSet instance to start.

Delay

Gets or sets the TimeSpan to wait before running the activity.

(Inherited from Activity)
TargetObject

Gets or sets the object to start the specified animation on. If not specified, will use the current object the parent animation is running on.

Methods

InvokeAsync(UIElement, CancellationToken)

Invokes the current activity.

Applies to