CSS pseudo elements translate faster than main element
I have a simple div with a before and after pseudo element. I use keyframes to transform everything along the y axis. The pseudo elements move faster than the main element and I have no idea why. I explicitly set…