Files
2023-03-03 16:07:50 +08:00

5 lines
72 B
CSS

.none-transition{
transition: none;
-webkit-transition: none;
}