4 lines
53 B
CSS
4 lines
53 B
CSS
|
a {
|
||
|
transition-timing-function: steps(3,middle);
|
||
|
}
|