CompositionObjectStartAnimationGroup 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) Version: 11.3.999
public void StartAnimationGroup(
	ICompositionAnimationBase grp
)

Parameters

grp  ICompositionAnimationBase
 

See Also