Fx Queues

程序名称:Fx Queues

Fx Queues 介绍

Introduction

The jQuery Fx Queues plugin is a global queueing system that
allows to enqueue effects of different elements, but also keeps jQuery’s
default
queueing option.

A wait argument was also added to be able to
specify the time to wait before starting the animation.

New arguments added to animate :

  • queue: (string) Name of the queue. If it doesn’t exist, it creates the new queue.
  • scope: (string) Name of the scope.
  • position: (”front”|”end”) Queue position where animation (or scope, if passed) is queued.
  • preDelay: (int) Milliseconds to wait before starting the next in queue.
  • postDelay: (int) Milliseconds to wait after finishing the animation.

Working with the queues

Now you have a $.fxqueues(”queueName”) to get the queue. The object has
three useful methods:

  • $.fxqueues(”queueName”).pause()
  • $.fxqueues(”queueName”).start()
  • $.fxqueues(”queueName”).stop() (The queue is cleared.)

Fx Queues 官网

http://plugins.jquery.com/project/fxqueues

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...