This solution seems to function properly on Firefox and Safari, and even on IE! However, it encounters issues when used on Chrome.
(It runs smoothly on Firefox and IE, but on Chrome the animation does not display at all!)
@keyframes animationFrames{
0% {
transform: translate(-402px,55px) ;
}
4% {
transform: translate(-333px,26px) ;
}
9% {
transform: translate(-257px,-13px) ;
}
14% {