@-webkit-keyframes rotate { 50% { -webkit-transform: rotate(-360deg) ; } 100% { -webkit-transform: rotate(10deg) ; } } #logo span.star { -webkit-animation-name: rotate; -webkit-animation-duration:1.5s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: step-start ; -webkit-animation-delay: 5s; }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)