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

Navigator: add support for exit animation #64777

Merged
merged 32 commits into from
Sep 26, 2024
Merged

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    ee11150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2832ef0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6ab671 View commit details
    Browse the repository at this point in the history
  4. Parametrise animation

    ciampo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0a869dc View commit details
    Browse the repository at this point in the history
  5. CHANGELOG

    ciampo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    85b5214 View commit details
    Browse the repository at this point in the history
  6. Add fallback timeout

    ciampo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7b2df6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9792e28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12a185f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    668a222 View commit details
    Browse the repository at this point in the history
  10. Forward animationEnd

    ciampo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    98c7b20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    808780e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e0ae6b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4a19bb1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5dde128 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ea5f1ed View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c9e9998 View commit details
    Browse the repository at this point in the history
  17. Change wording

    ciampo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    205b9aa View commit details
    Browse the repository at this point in the history
  18. Improve logic:

    - more clear animation status names
    - apply CSS animation only while effectively animating
    - fix bug in the animationEnd callback which was matching animation end
      events too loosely, thus causing glitches
    ciampo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9931a50 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c98ba81 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d572679 View commit details
    Browse the repository at this point in the history
  21. Use display: grid instead of absolute positioning to set provider min…

    … height
    
    Remove unnecessary import
    ciampo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    80bddac View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2900c46 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    56a1cb9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    396e3f3 View commit details
    Browse the repository at this point in the history
  25. Do not rely on usePrevious

    ciampo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ec1d6a7 View commit details
    Browse the repository at this point in the history
  26. Use CSS transitions

    ciampo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    effbe13 View commit details
    Browse the repository at this point in the history
  27. Fix Storybook example

    ciampo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ce54ad6 View commit details
    Browse the repository at this point in the history
  28. Revert "Use CSS transitions"

    This reverts commit 946f9c953232b788f58050d2a94d9d131527a180.
    ciampo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    759e55f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3988e43 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b15f9af View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d67f6f2 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    283dc1e View commit details
    Browse the repository at this point in the history