Ticket #9497 (closed bug: fixed)
to-doc: jQuery.fx.interval has no effect in browsers supporting requestAnimationFrame
| Reported by: | leeoniya@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | effects | Version: | 1.6.1 |
| Keywords: | neededdocs | Cc: | |
| Blocking: | Blocked by: |
Description
this is a documentation issue.
i spent 30 minutes figuring out why changing jQuery.fx.interval to smaller values had no intended smoothing effect in my FF nightly.
problem turned out to be jQuery.fx.interval has no effect in browsers supporting requestAnimationFrame
http://bugs.jquery.com/ticket/9384 mentions this, but it should be noted in the official API documentation for the jQ version where this change was made. 1.4.3 works, 1.6 does not. does 1.5?
Change History
comment:1 Changed 2 years ago by dmethvin
- Keywords needsdocs added
- Priority changed from undecided to low
- Status changed from new to open
- Component changed from unfiled to effects
comment:2 Changed 2 years ago by addyosmani
- Keywords neededdocs added; needsdocs removed
- Status changed from open to closed
- Resolution set to fixed
Docs updated: http://api.jquery.com/jQuery.fx.interval/. We should however consider expanding the text at some point based on http://bugs.jquery.com/ticket/9384 and whether we intend on making a change in 1.7+ or not. At the moment based on votes it appears that this probably won't be tackled for a while, which may have more to do with the uncertainty about the size of the implementation.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
