HOME


Mini Shell 1.0
DIR: /home/otwalrll/feedafricafarm.com/wp-content/plugins/everest-forms/assets/css/
Upload File :
Current File : /home/otwalrll/feedafricafarm.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);
	}
}