| Current Path : /var/www/html/eva.sumar.com.py/vendor/almasaeed2010/adminlte/build/scss/ |
| Current File : /var/www/html/eva.sumar.com.py/vendor/almasaeed2010/adminlte/build/scss/_animation-effects.scss |
//
// Component: Animation
//
.animation {
&__shake {
animation: shake 1500ms;
}
&__wobble {
animation: wobble 1500ms;
}
}
//