Line 130: | Line 130: | ||
/*Controls the speed of animation */ | /*Controls the speed of animation */ | ||
#spin { | #spin { | ||
− | -webkit-animation:spin | + | -webkit-animation:spin 20s linear infinite; |
− | -moz-animation:spin | + | -moz-animation:spin 20s linear infinite; |
− | animation:spin | + | animation:spin 20s linear infinite; |
} | } | ||
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } } | @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } } |
Revision as of 16:46, 18 July 2017