Jhey Tompkins
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); }
}

--

--

Jhey Tompkins
Jhey Tompkins

Written by Jhey Tompkins

I make awesome things for awesome people!

Responses (1)