
/* = = = = = = = = = = = = = = = = = datei animation.css = = = = = = = = = = = = = = = = = = = = = = = = = */

/* diese datei regelt die css-animationen  */




/* ############################################################ */
/* Animation | drehen  */
/* ############################################################ */

/* ausgelöst in der datei format.css , dort wird 'animation:drehen' auf die entsprechende css-klasse oder css-id gelegt */

@keyframes drehen {
to {
transform:rotate(1080deg);
}

}



