Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アニメーションをループさせたいのですが、タイミングの問題があります。アニメーションを正しくループさせることはできますか?
これを試して:
.red{animation:red 2s 0s infinite alternate} .orange{animation:orange 2s 1s infinite alternate} .green{animation:green 2s 2s infinite alternate}