5 lines
72 B
CSS
5 lines
72 B
CSS
.none-transition{
|
|
transition: none;
|
|
-webkit-transition: none;
|
|
}
|