@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(-359deg)}}.spinning-saw{overflow:auto;animation:rotation 2s linear infinite}