UNPKG

139 BCSSView Raw
1.foo {
2 transition: all 1s easeInSine;
3}
4
5.bar {
6 transition: all 1s ease-in-sine;
7}
8
9.baz {
10 transition: ease-in-sine, easeInOutExpo;
11}
\No newline at end of file