Version

AnimationEffect Enumeration

jQuery UI animation effects
Syntax
'Declaration
 
Public Enum AnimationEffect 
   Inherits System.Enum
public enum AnimationEffect : System.Enum 
Members
MemberDescription
BlindThe blind effect hides or shows an element by wrapping the element in a container, and “pulling the blinds”
BounceThe bounce effect bounces an element. When used with hide or show, the last or first bounce will also fade in/out.
ClipThe clip effect will hide or show an element by clipping the element vertically or horizontally.
DropThe drop effect hides or shows an element fading in/out and sliding in a direction.
ExplodeThe explode effect hides or shows an element by splitting it into pieces.
FadeThe fade effect hides or shows an element by fading it.
FoldThe fold effect hides or shows an element by folding it.
HighlightThe highlight effect hides or shows an element by animating its background color first.
PuffCreates a puff effect by scaling the element up and hiding it at the same time.
PulsateThe pulsate effect hides or shows an element by pulsing it in or out.
ScaleShrink or grow an element by a percentage factor.
ShakeShakes the element multiple times, vertically or horizontally.
ShowShow calendar by stretching it from top-left to the bottom-right. (default)
SizeResize an element to a specified width and height.
SlideSlides up the element out of the viewport.
SlideDownSlides down the element out of the viewport.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub