Category: Custom

Category: Custom

These methods allow you to create effects that are not provided "out of the box" by jQuery.

.animate()

Perform a custom animation of a set of CSS properties.

.clearQueue()

Remove from the queue all items that have not yet been run.

.delay()

Set a timer to delay execution of subsequent items in the queue.

.dequeue()

Execute the next function on the queue for the matched elements.

.finish()

Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.

jQuery.speed

Creates an object containing a set of properties ready to be used in the definition of custom animations.

.queue()

Show or manipulate the queue of functions to be executed on the matched elements.

.stop()

Stop the currently-running animation on the matched elements.

© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquery.com/category/effects/custom-effects

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部