Difference between revisions of "Template:Northwestern Page Head"

Line 130: Line 130:
 
/*Controls the speed of animation */
 
/*Controls the speed of animation */
 
#spin {
 
#spin {
     -webkit-animation:spin 20s linear infinite;
+
     -webkit-animation:spin 30s linear infinite;
     -moz-animation:spin 20s linear infinite;
+
     -moz-animation:spin 30s linear infinite;
     animation:spin 20s linear infinite;
+
     animation:spin 30s linear infinite;
 
}
 
}
 
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
 
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }

Revision as of 16:50, 18 July 2017

Northwestern Template