4 lines
76 B
CSS
4 lines
76 B
CSS
|
tr.htmx-swapping td {
|
||
|
opacity: 0;
|
||
|
transition: opacity 1s ease-out;
|
||
|
}
|