Class encapsulating the necessary methods, functions, and classes used to create and support the jQuery scripts.

Namespace:  HHM.RIAnimation
Assembly:  HHM.RIAnimation (in HHM.RIAnimation.dll)

Syntax

Visual Basic (Declaration)
Public Class AnimationScript
C#
public class AnimationScript
Visual C++
public ref class AnimationScript
JavaScript
HHM.RIAnimation.AnimationScript = function();

Type.createClass(
	'HHM.RIAnimation.AnimationScript');

Remarks

Inheritance Hierarchy

System..::.Object
  HHM.RIAnimation..::.AnimationScript

See Also