-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[base-ui] Support animating unstyled components #38280
Labels
Comments
michaldudak
changed the title
[base] Document a recommended way of animating components
[base] Support animating unstyled components
Aug 2, 2023
8 tasks
Benchmarks on how to solve this:
|
oliviertassinari
changed the title
[base] Support animating unstyled components
[base-ui] Support animating unstyled components
Aug 2, 2023
Another benchmark https://ariakit.org/changelog#040 |
github-project-automation
bot
moved this from In progress now
to Recently completed
in Joy UI
Feb 6, 2024
@michaldudak Should we create a dedicated GitHub issue about Base UI animation support? |
What do you mean? We just closed this one. It may require some adjustments going forward when we use the component-per-slot API, but we'll add issues as we discover problems |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using animations or transitions with Popper/Popup - based components turns out to be pretty hard, as it's impossible to use the function form of Popper's children (required for transitions).
We need to think of a recommended approach to this and change the structure of Base components if necessary.
Related work:
The text was updated successfully, but these errors were encountered: