JavaScript
{grid.object}animateShow Method
Syntax
{grid.Object}.animateShow(ele ,animationObject )
Arguments
- ele
The element you want to show
- animationObject
The type of animation you want to use to show the element. If this argument is left blank the default animation (slide) is used.
Description
Allows you to show an element on the page using animation. See {grid.object}.animateToggle() for more information.
See Also