Difference between revisions of "Team:CityU HK/Template/Meun"
Line 28: | Line 28: | ||
height:100px; | height:100px; | ||
weight:120px; | weight:120px; | ||
+ | -webkit-animation-name: spin; | ||
+ | -webkit-animation-duration: 40000ms; | ||
+ | -webkit-animation-iteration-count: infinite; | ||
+ | -webkit-animation-timing-function: linear; | ||
+ | -moz-animation-name: spin; | ||
+ | -moz-animation-duration: 40000ms; | ||
+ | -moz-animation-iteration-count: infinite; | ||
+ | -moz-animation-timing-function: linear; | ||
+ | -ms-animation-name: spin; | ||
+ | -ms-animation-duration: 40000ms; | ||
+ | -ms-animation-iteration-count: infinite; | ||
+ | -ms-animation-timing-function: linear; | ||
+ | -o-transition: rotate(3600deg); | ||
} | } | ||
</style> | </style> |
Revision as of 16:19, 15 September 2015