Get affordable and hassle-free WordPress hosting plans with Cloudways — start your free trial today. With CSS animations (ala @keyframes) it’s not as easy as you might think to “restart” it. Let’s say you set it to run once: .run-animation { animation: my-fancy-animation 5s 1; } You have that run on, say, your logo: <h1 id="logo" class="run-animation"> Fancy Logo </h1> Then for some reason you wan
