improvements
This commit is contained in:
@@ -26,9 +26,14 @@
|
||||
.fade-in-htmx.htmx-added {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.htmx-added .fade-in-htmx {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.fade-in-htmx {
|
||||
opacity: 1;
|
||||
transition: opacity 1s ease-out;
|
||||
transition: opacity 300ms ease-out;
|
||||
}
|
||||
/* Fade out transition for HTMX */
|
||||
.fade-out-htmx.htmx-swapping {
|
||||
|
||||
Reference in New Issue
Block a user