boner-htmx/css/index.css
2024-09-18 21:11:50 +02:00

14 lines
248 B
CSS

.htmx-indicator {
opacity:0;
transition: opacity 500ms ease-in;
}
.htmx-request .htmx-indicator{
opacity:1
}
.htmx-request.htmx-indicator{
opacity:1
}
.contact.htmx-swapping {
opacity: 0;
transition: opacity 500ms ease-in;
}