Access requestAnimationFrame in Ionic2

Hi,

In previous version of Ionic we had a ionic.DomUtil.requestAnimationFrame method that was calling either window's requestAnimationFrame or polyfill if the one on window was not available. Is there anything similar in Ionic2? If so, how can I access it?

Reference: http://ionicframework.com/docs/api/utility/ionic.DomUtil/

1 Like

The only thing I’ve found so far is this. Not sure whether we can (should) use this somehow…