Version

AnimationBase class

A base class that provides the ability to create a custom animation.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.AnimationBase = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.AnimationBase();
Inheritance Hierarchy

Object
   Infragistics.Web.UI.AnimationBase
      Infragistics.Web.UI.NodeAnimation
      Infragistics.Web.UI.OpacityAnimation
      Infragistics.Web.UI.SlideAnimation

See Also