Navigation

Home
Search
Submit A Resource
Contact Us
About Functionn

Subscription Options


Subscribe By Email (265+)


Lists


Archives

May 31, 2012

Author: Hirvesh Posted At: 5/31/2012 Tags: , , , , ,

Timing — A jQuery Plugin For Easy-To-Use Methods To Define Timeouts And Intervals

Share:
jQuery Timing provides easy-to-use methods to define timeouts and intervals just in line with all your jQuery stuff.

It supplements the existing functionality from the jQuery effects queue (fxq) by introducing a new timed invocation chain technique (tic).

The tic-method .join([queueName]) allows a timed invocation chain to wait until all the animations and effects currently being queued in an Effect Queue finishes.

The above code allows blinking by repeated toggling of CSS class every 300 milliseconds.  The repeat method is what the jQuery Timing plugin makes available to the programmer.  Among the various other methods are:

  • .join()
  • .repeat()
  • $.repeat()
  • .then()
  • $.then()
  • .unrepeat()
  • $.unrepeat()
  • .until()
  • .unwait()
  • $.unwait()
  • .wait()
  • $.wait() 
Nearly all the functions have a chained version and a static version for you to use.

Requirements: jQuery
Demohttp://creativecouple.github.com/j...ing/basics.html
License: MIT License

Daily Posts, Be Updated, Subscribe:

Want Free Web Resources? Enter Your Email And We'll Send It To You - Daily! (265+ Subscribers)

Yup, it's that straight forward! Enter your email address below and we'll send you the latest web resources to your inbox, everyday. We don't do spam. Ever.

Trending Posts On Functionn This Week

Share:

Other Interesting Resources:

0 comments:

Post a Comment

 


Recent Posts

Popular Categories



Popular Components



Popular Licenses