4 lines
47 B
CSS
4 lines
47 B
CSS
|
a {
|
||
|
transition-timing-function: steps(-1);
|
||
|
}
|