The AnimationScripts class is used to load all of the animation support for the AJAX
Control Toolkit. To use any of the animations you find in Animations.js, simply include
the attribute [RequiredScript(typeof(AnimationScripts))] on your extender.
Namespace:
AjaxControlToolkit
Assembly:
AjaxControlToolkit (in AjaxControlToolkit.dll) Version: 1.0.10920.38393 (1.0.10920.0)
Syntax
| C# |
|---|
public static class AnimationScripts |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class AnimationScripts |
| Visual C++ |
|---|
public ref class AnimationScripts abstract sealed |
Inheritance Hierarchy
See Also