May 2017
Intermediate to advanced
448 pages
10h 10m
English
|
Effect method |
Description |
|
.show() |
Displays the matched elements. |
|
.hide() |
Hides the matched elements. |
|
.show(speed, [callback]) |
Displays the matched elements by animating height, width, and opacity. |
|
.hide(speed, [callback]) |
Hides the matched elements by animating height, width, and opacity. |
|
.slideDown([speed], [callback]) |
Displays the matched elements with a sliding motion. |
|
.slideUp([speed], [callback]) |
Hides the matched elements with a sliding motion. |
|
.slideToggle([speed], [callback]) |
Displays or hides the matched elements with a sliding motion. |
|
.fadeIn([speed], [callback]) |
Displays the matched elements by fading them to opaque. |
|
.fadeOut([speed], [callback]) |
Read now
Unlock full access