1 min readOct 25, 2019
Hey Ferenc Almasi π
Nice animation & post π
Iβm sure youβre aware but in case you werenβt you could also clear up the animation a little further and bunch up the keyframes
π
@keyframes jump {
0%, 100% { transform: translate(-50%, -50%) scale(1.25, 0.75); }
50% { transform: translate(-50%, -150%) scale(1, 1); }
55%, 65% { transform: translate(-50%, -150%) rotate(15deg); }
60%, 70% { transform: translate(-50%, -150%) rotate(-15deg); }
}