jolbol1 / jolly-ui

shadcn/ui compatible react aria components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
https://jollyui.dev
MIT License
544 stars 13 forks source link

fix: fix tabs transition #41

Closed nxsdev closed 3 days ago

nxsdev commented 5 days ago

The transition-all was apparently being applied to the outline as well, which was causing unnatural behavior. This was causing unnatural behavior, which was improved by changing it to transition.

before: Image from Gyazo

after: Image from Gyazo

vercel[bot] commented 5 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jolly-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2024 0:32am
jolbol1 commented 3 days ago

Thanks, I have this fixed in my larger rewrite I believe but will merge this in the meantime!