Opened 9 years ago
Closed 9 years ago
#15147 closed feature (fixed)
Reintroduce use of requestAnimationFrame
Reported by: | markelog | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.12/2.2 |
Component: | effects | Version: | 1.11.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
See https://github.com/jquery/jquery/pull/1578 and http://bugs.jquery.com/ticket/9381 for more info
Note: See
TracTickets for help on using
tickets.
Effects: Reintroduce use of requestAnimationFrame
Same as before, just use don't use prefixes, since they pretty match useless now and use page visibility API to determine if animation should start.
Also null the requestAnimationFrame attribute in window for tests since sinon does not provide fake method for it.
Fixes #15147