3 lines
75 B
SCSS
3 lines
75 B
SCSS
.anim, .anim::before, .anim::after {
|
|
transition: all 0.2s ease-in-out;
|
|
}
|