@-webkit-keyframes wheel{0%{-webkit-transform:rotate(0deg);}100%{-webkit-transform:rotate(0deg);}}#canvas{-webkit-animation-name:"test";-webkit-animation-timing-function:ease-out;-webkit-animation-duration:1s;-webkit-animation-fill-mode:forwards;}