%PDF- %PDF-
| Direktori : /var/www/projetos/spanish.ongrace.com/wp-content/plugins/everest-forms/assets/css/ |
| Current File : /var/www/projetos/spanish.ongrace.com/wp-content/plugins/everest-forms/assets/css/_animation.scss |
/**
* _animation.scss
* Custom EverestForms Animations.
*/
@keyframes spin {
100% {
transform: rotate( 360deg );
}
}
@keyframes rotating {
25% {
transform: rotate(-2deg);
}
75% {
transform: rotate(2deg);
}
100% {
transform: rotate(0);
}
}