Skip to content

Commit

Permalink
Updated to include link to jQuery bug ticket.
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraFire committed Feb 6, 2011
1 parent ffab718 commit afc9cf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -12,15 +12,15 @@ Runloop was created to have more power, more control and less hassle than dealin
with jQuery .animate() callbacks. It hooks into jQuery's Effects Queue by design, with jQuery .animate() callbacks. It hooks into jQuery's Effects Queue by design,
to avoid timing conflicts in the case of doing many multiple .animate() calls. to avoid timing conflicts in the case of doing many multiple .animate() calls.


[Full documentation](https://github.com/KuraFire/runloop/blob/master/documentation.md) ## [Full documentation](https://github.com/KuraFire/runloop/blob/master/documentation.md)


[Demo](http://files.farukat.es/creations/runloop/) ## [Demo](http://files.farukat.es/creations/runloop/)


### Known issues ### Known issues


Currently there are no known issues for the 1.0 release. Currently there are no known issues for the 1.0 release.


jQuery (1.5 and below) has a bug in its .animate() step: method, which triggers jQuery (1.5 and below) has [a bug in its .animate() step: method](http://bugs.jquery.com/ticket/8188), which triggers
an error in IE8 and below. The 1.0 version, however, has sidestepped this by an error in IE8 and below. The 1.0 version, however, has sidestepped this by
using "top" instead of "z-index". using "top" instead of "z-index".


Expand Down

0 comments on commit afc9cf5

Please sign in to comment.