Files
2025-05-01 15:18:30 +03:00

15 lines
144 B
SCSS

//
// Component: Animation
//
.animation {
&__shake {
animation: shake 1500ms;
}
&__wobble {
animation: wobble 1500ms;
}
}
//