UNPKG
@hocs/safe-timers
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.0
Safe timers HOCs for React and React Native
github.com/deepsweet/hocs
deepsweet/hocs
@hocs/safe-timers
/
build
/
browser-esm
/
withSafeAnimationFrame.js
2 lines
•
197 B
JavaScript
View Raw
1
2
import
safeTimerFactory
from
'./safeTimerFactory'
;
export
default
safeTimerFactory
(
global
.
requestAnimationFrame
,
global
.
cancelAnimationFrame
,
'requestSafeAnimationFrame'
,
'withSafeAnimationFrame'
);