Replies: 1 comment
-
|
Good idea. I would accept a PR with this change. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see that the package will respect a user's
UIAccessibility.isReduceMotionEnabledsetting and only show the frame that's tagged with areducedMotionMarkerwhen it's on. It would be great if the package could also respect a user'sAccessibilitySettings.animatedImagesEnabledsetting and only show the frame that's tagged with areducedMotionMarkerwhen it's off. Ideally, thereducedMotionMarkerframe would be shown whenUIAccessibility.isReduceMotionEnabled || !AccessibilitySettings.animatedImagesEnabled.Beta Was this translation helpful? Give feedback.
All reactions