Fx Queues

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-08 13:56:45

软件介绍

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.)

本文地址:https://www.codercto.com/soft/d/22932.html

硅谷钢铁侠

硅谷钢铁侠

[美] 阿什利·万斯 / 周恒星 / 中信出版集团 / 2016-4 / 68.00元

◎全球首部埃隆•马斯克授权著作!了解埃隆•马斯克最全面、最真实、最经典读本 ◎创业者必读。首次披露马斯克如何建立和运营PayPal、特斯拉、Space X、Solar City等公司的细节。 ◎创新者必读。关于科技、梦想、创业、工作、团队、人生。马斯克首次公开创新的秘密。 ◎故事迷必读。硅谷最优秀科技作家阿什利•万斯历时将近4年,遍访300余人,写就记录马斯克传奇人生的经典著作。......一起来看看 《硅谷钢铁侠》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

SHA 加密
SHA 加密

SHA 加密工具