BBnepal-Accounts/account/theme/pages/build/scss/_animation-effects.scss

15 lines
144 B
SCSS
Raw Normal View History

2024-07-10 12:43:19 +00:00
//
// Component: Animation
//
.animation {
&__shake {
animation: shake 1500ms;
}
&__wobble {
animation: wobble 1500ms;
}
}
//