Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

fix(progressCircular): better support for older ios versions #9254

Merged
merged 1 commit into from
Aug 23, 2016

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented Aug 6, 2016

  • Fixes the indeterminate animation not working on certain iOS versions which pass in the DOMHighResTimestamp to requestAnimationFrame, but don't support performance.now.
  • Adds fallbacks to the prefixed versions of requestAnimationFrame.

Fixes #9253.

* Fixes the indeterminate animation not working on certain iOS versions which pass in the `DOMHighResTimestamp` to `requestAnimationFrame`, but don't support `performance.now`.
* Adds fallbacks to the prefixed versions of `requestAnimationFrame`.

Fixes angular#9253.
@crisbeto crisbeto added the needs: review This PR is waiting on review from the team label Aug 6, 2016
@ThomasBurleson ThomasBurleson added pr: merge ready This PR is ready for a caretaker to review and removed needs: review This PR is waiting on review from the team labels Aug 22, 2016
@ThomasBurleson ThomasBurleson added this to the 1.1.1 milestone Aug 22, 2016
@jelbourn jelbourn merged commit 215fae4 into angular:master Aug 23, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr: merge ready This PR is ready for a caretaker to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

md-progress-circular indeterminate mode iOS
3 participants