UNPKG

160 BSCSSView Raw
1.transition\:fast {
2 transition: all 0.2s ease;
3}
4
5.transition {
6 transition: all 0.3s ease;
7}
8
9.transition\:slow {
10 transition: all 0.4s ease;
11}