(^574) ❘ APPENDIX M ANIMATION AND EASING EFFECTS
dequeue([queue]) Executes the next function in the queue for the
matched elements. If the optional queue argument
is specifi ed, that queue item is executed.
jQuery
fadeIn(
[duration]
[, function()]
)
Fades in (shows) each selected element by adjusting
the element’s opacity. The duration is either a time in
milliseconds or a time preset: "slow", "normal", or
"fast".
The optional callback function is executed when the
animation has completed. this refers to the
element animated.
jQuery
fadeIn(options) Fades in (shows) each selected element by adjusting
the element’s opacity. See the “Animation Options”
section later in this appendix.
jQuery
fadeIn(
[duration]
[, easing]
[, function()
)
Fades in (shows) each selected element by adjusting
the element’s opacity. The duration is either a time in
milliseconds or a time preset: "slow", "normal", or
"fast".
The easing can be either default easings "linear"
or "swing", or any easing documented below,
assuming you have installed the requisite additional
easings as part of jQuery UI.
The optional callback function is executed when
the animation has completed. this refers to the
element.
jQuery
fadeOut(
[duration]
[, function()]
)
Fades out (hides) each selected element by adjusting
the element’s opacity. The duration is either a time in
milliseconds or a time preset: "slow", "normal", or
"fast".
The optional callback function is executed when the
animation has completed. this refers to the
element animated.
jQuery
fadeOut(options) Fades out (hides) each selected element by
adjusting the element’s opacity. See the “Animation
Options” section later in this appendix.
jQuery
(continued)
http://www.it-ebooks.info
elliott
(Elliott)
#1