Files
report_satu_data/theme/AdminLTE3/build/scss/_animation-effects.scss
2025-03-21 10:22:45 +07:00

15 lines
144 B
SCSS

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