jQuery Effect Methods
The following table lists all the methods used to create animation effects.
Method | Description |
---|---|
animate() | Performs a custom animation (of a set of CSS properties) for selected elements |
clearQueue() | Removes all queued functions for the selected element |
delay() | Sets a delay for all queued functions for the selected element |
dequeue() | Runs the next queued functions for the selected element |
fadeIn() | Gradually changes the opacity, for selected elements, from hidden to visible |
fadeOut() | Gradually changes the opacity, for selected elements, from visible to hidden |
fadeTo() | Gradually changes the opacity, for selected elements, to a specified opacity |
fadeToggle() | |
hide() | Hides selected elements - 엘리먼트를 숨긴다 |
queue() | Shows the queued functions for the selected element |
show() | Shows hidden selected elements - 숨긴 엘리먼트를 보이게한다. |
slideDown() | Gradually changes the height, for selected elements, from hidden to visible |
slideToggle() | Toggles between slideUp() and slideDown() for selected elements |
slideUp() | Gradually changes the height, for selected elements, from visible to hidden |
stop() | Stops a running animation on selected elements |
toggle() | Toggles between hide() and show(), or custom functions, for selected elements show, hide를 토글처리한다. |
'Front-End > jQuery' 카테고리의 다른 글
Data- attribute(옵션) reference (0) | 2012.04.10 |
---|---|
jQuery mobile jQuery Mobile - 구조 & 문법 (0) | 2012.04.10 |
Events - Reference(API) (0) | 2012.04.06 |
Selectors(접근) - Reference(API) (1) | 2012.04.06 |
Selectors - this의 chlildNode 이동하기 (0) | 2012.04.06 |