Bug Tracker

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:

Change History (1)

comment:1 Changed 9 years ago by Oleg Gaidarenko

Resolution: fixed
Status: newclosed

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

Changeset: 72119e0023dcc0d9807caf6d988598b74abdc937

Note: See TracTickets for help on using tickets.