This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
requestAnimationFrame still run when set md-progress-circular ng-show='false' #10668
Labels
has: Pull Request
A PR has been created to address this issue
needs: demo
A CodePen demo or GitHub repository is needed to demonstrate the reproduction of the issue
P3: important
Important issues that really should be fixed when possible.
resolution: can't reproduce
The team is unable to reproduce this issue with the information provided
type: performance
This issue is related to performance
Actual Behavior:
requestAnimationFrame is still running when set md-progress-circular ng-show='false', and the usage of cpu retains 19%
when set ng-show='false' or ng-hide='true', the requestAnimationFrame should pause
AngularJS Versions: *
AngularJS Version: 1.5.8
AngularJS Material Version: v1.1.1
Additional Information:
Browser Type: chrome
Browser Version: 58
OS: Mac OS
The text was updated successfully, but these errors were encountered: