-
@simevidas Ah right. I have to admit that I'm not entirely sure why this works without the second rAF().... I *think* it's the
el.classList.add()
line that makes it work, but why and why is it in the rAF()? When I move it outside of the rAF(), the animation stops working. 🤔