File: setup.js

package info (click to toggle)
node-react-transition-group 4.4.5%2B~cs4.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,388 kB
  • sloc: javascript: 15,360; makefile: 12
file content (3 lines) | stat: -rw-r--r-- 83 bytes parent folder | download
1
2
3
global.requestAnimationFrame = function (callback) {
  setTimeout(callback, 0);
};