mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
refactor: extract dropdown animation to transitionAndTransitionGroup.scss
This commit is contained in:
@@ -39,3 +39,12 @@
|
||||
.modal-leave-to {
|
||||
--uno: "opacity-0 scale-105";
|
||||
}
|
||||
|
||||
.dropdown-enter-active,
|
||||
.dropdown-leave-active {
|
||||
--uno: "transition-all duration-300 transform-gpu";
|
||||
}
|
||||
.dropdown-enter-from,
|
||||
.dropdown-leave-to {
|
||||
--uno: "opacity-0 transform-gpu scale-95 -translate-y-4 filter blur-sm";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user