Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animations on Android respect power saving #1852

Closed
davidbritch opened this issue Nov 7, 2023 · 0 comments
Closed

Animations on Android respect power saving #1852

davidbritch opened this issue Nov 7, 2023 · 0 comments
Assignees
Labels
🏁 Release: .NET 10 Work items for the .NET 10 release doc-enhancement Improve the current content [org] Pri3 📌 seQUESTered Identifies that an issue has been imported into Quest.

Comments

@davidbritch
Copy link
Contributor

davidbritch commented Nov 7, 2023

New features have been sneaked into the GA build. The animation system on Android now respects power saving:

  • If the system's animations are disabled (either by accessibility features or developer features), new animations will jump immediately to their finished state.
  • If the device's power saving mode kicks on while animations are in progress, the animations will immediately jump to their finished state.
  • If the device's animation durations is set to zero (disabled) while animations are in progress and the API version is 33 or greater, the animations will immediately jump to their finished state

dotnet/maui#17287


Associated WorkItem - 181001

@davidbritch davidbritch added doc-enhancement Improve the current content [org] 🏁 Release: .NET 10 Work items for the .NET 10 release 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Nov 7, 2023
@davidbritch davidbritch self-assigned this Nov 7, 2023
@davidbritch davidbritch moved this from 🔖 Ready to 🏗 In progress in dotnet/docs-maui 2023 Sprints Nov 7, 2023
@davidbritch davidbritch moved this from 🏗 In progress to ✅ Done in dotnet/docs-maui 2023 Sprints Nov 7, 2023
@github-actions github-actions bot added 📌 seQUESTered Identifies that an issue has been imported into Quest. and removed 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏁 Release: .NET 10 Work items for the .NET 10 release doc-enhancement Improve the current content [org] Pri3 📌 seQUESTered Identifies that an issue has been imported into Quest.
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant