.animation-container::before { animation-duration: 1s; animation-delay: -0.5s; animation-timing-function: ease-in-out; animation-fill-mode: forwards; } .animation-container::before { animation-name: fragment; animation-iteration-count: infinite; }