@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#sash{animation-name:rotate;animation-duration:8s;animation-timing-function:linear;animation-iteration-count:infinite}