angular.js/test/ngAnimate
Matias Niemelä ee2f3d21da fix($animate): only execute a timeout when transitions or keyframe animations are used
ngAnimate causes a 1ms flicker on the screen when no CSS animations are present on the element.
The solution is to change $animate to only use $timeouts when a duration is found on the element
before the transition/keyframe animation takes over.

Closes #3613
2013-08-23 14:04:35 -07:00
..
animateSpec.js fix($animate): only execute a timeout when transitions or keyframe animations are used 2013-08-23 14:04:35 -07:00