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

[a11y] Changing logic of how reduce motion options are set to match it with lottie iOS #2536

Merged
merged 4 commits into from
Aug 21, 2024

Commits on Aug 13, 2024

  1. Changing logic of how reduce motion options are set to match it with …

    …iOS API
    
    Changing logic of how reduce motion options are set to match it with iOS API, this allows apps to provide custom implementation for reduce motion which can rely on either system settings or some other logic.
    Pranay Airan committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    dbe7c7e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into pranay-reducemoti…

    …on-option
    Pranay Airan committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    393dd0d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. putting the orignal API back to maintain backward compatibility.

    putting the orignal API back to maintain backward compatibility.
    Pranay Airan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bb2d811 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. updating logic to consider ignoreSystemAnimationsDisabled first

    updating logic to consider `ignoreSystemAnimationsDisabled`  first before running other evaluation.
    Pranay Airan committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    86f2531 View commit details
    Browse the repository at this point in the history