The Animation class is an object model for the animations used in the Ajax Control Toolkit. It is used primarily as an intermediate representation when converting from XML animation descriptions to JSON objects, but it can also be used to dynamically create and manipulate animations.

Namespace:  AjaxControlToolkit
Assembly:  AjaxControlToolkit (in AjaxControlToolkit.dll) Version: 1.0.10920.38393 (1.0.10920.0)

Syntax

C#
public class Animation
Visual Basic (Declaration)
Public Class Animation
Visual C++
public ref class Animation

Inheritance Hierarchy

System..::.Object
  AjaxControlToolkit..::.Animation

See Also