4 lines
60 B
CSS
4 lines
60 B
CSS
|
a {
|
||
|
transition-timing-function: cubic-bezier(-1,0,1,2);
|
||
|
}
|