BBnepal-Accounts/account/theme/pages/build/scss/_animation-effects.scss
Sampanna Rimal 9cd05ef3cb commitall
2024-07-10 18:28:19 +05:45

15 lines
144 B
SCSS

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