aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/raf.js
AgeCommit message (Collapse)Author
2014-03-14fix($$rAF): always fallback to a $timeout incase native rAF isn't supportedMatias Niemelä
Closes #6654
2014-03-13fix (ngAnimate): fix requestAnimationFrame for old version of FirefoxThomas Belin
The recent $$RAFProvider which is a wrapper for the native requestAnimationFrame method doesn't use the mozRequestAnimationFrame. Old versions of FF (20 for example) crash if ngAnimate is included No breaking changes and fix issue https://github.com/angular/angular.js/issues/6535 Closes #6535 Closes #6540
2014-02-24chore(core): introduce a wrapper for requestAnimationFrameMatias Niemelä