I wanted to draw a curved animation, and after a lot of coding of monkeys, I get the desired result. But I'm stuck how it works!
Check out this image: demo

Now let's see this picture: demo

I got the desired animation, which is a curved animation after removing left: 50px;
from50% keyframes
But I wanted to know how it gets curved, because its initial position left: 50px;
, and not? Even if I did not set the left value, it should go like the previous one, but it is surprising that it bends. So, does anyone have an idea about this?
source
share