May 2017
Intermediate to advanced
448 pages
10h 10m
English
|
Effect method |
Description |
|
.queue([queueName]) |
Retrieves the queue of functions on the first matched element. |
|
.queue([queueName], callback) |
Adds callback to the end of the queue. |
|
.queue([queueName], newQueue) |
Replaces the queue with a new one. |
|
.dequeue([queueName]) |
Executes the next function on the queue. |
|
.clearQueue([queueName]) |
Empties the queue of all pending functions. |
|
.stop([clearQueue], [jumpToEnd]) |
Stops the currently running animation, then starts queued animations, if any. |
|
.finish([queueName]) |
Stops the currently running animation and immediately advances all queued animations to their target values. |
|
.delay(duration, [queueName]) |
Waits duration milliseconds ... |
Read now
Unlock full access