deployed
This commit is contained in:
parent
263a14fccc
commit
b5b3b05abc
|
@ -42,13 +42,13 @@
|
||||||
|
|
||||||
.htmx-swapping.rose-ash-fade-me-out {
|
.htmx-swapping.rose-ash-fade-me-out {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 1s ease-out;
|
transition: opacity 400ms ease-out;
|
||||||
}
|
}
|
||||||
.htmx-added.rose-ash-fade-me-in {
|
.htmx-added.rose-ash-fade-me-in {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
.rose-ash-fade-me-in {
|
.rose-ash-fade-me-in {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: opacity 2s ease-out;
|
transition: opacity 400ms ease-out;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue