New to Telerik UI for WPFStart a free 30-day trial

Represents composite animation, used for declaratively creating composite animations.

Definition

Namespace:Telerik.Windows.Controls.Animation

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class AnimationGroup : RadAnimation

Inheritance: objectRadAnimationAnimationGroup

Inherited Members RadAnimation.AnimationNameRadAnimation.RepeatBehaviorRadAnimation.AutoReverseRadAnimation.SpeedRatio

Constructors

C#
public AnimationGroup()

Properties

Gets a list of the children animation objects of this composite animation.

C#
public IList Children { get; }

Methods

Calls for each of control in Children collection.

C#
public override Storyboard CreateAnimation(FrameworkElement control)
Parameters:controlFrameworkElement

The control for which the animation is needed.

Returns:

Storyboard

The newly created animation.

Overrides: RadAnimation.CreateAnimation(FrameworkElement)

Updates each child animation of storyboard using according animation for each child control in Children.

C#
public override void UpdateAnimation(FrameworkElement control, Storyboard storyboard, params object[] args)
Parameters:controlFrameworkElementstoryboardStoryboardargsobject[]

Overrides: RadAnimation.UpdateAnimation(FrameworkElement, Storyboard, params object[])