Skip to main content

StartAnimationGroup Method

Starts an animation group. The StartAnimationGroup method on CompositionObject lets you start CompositionAnimationGroup. All the animations in the group will be started at the same time on the object.

Definition

Namespace: Avalonia.Rendering.Composition
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public void StartAnimationGroup(
ICompositionAnimationBase grp
)

Parameters

  ICompositionAnimationBase
 

See Also

Reference

CompositionObject Class
Avalonia.Rendering.Composition Namespace