+ 2
I want these three dots to jump inside that box..please help
https://sololearn.com/compiler-playground/W7N7H9E43ZPn/?ref=app
3 Respuestas
+ 4
You can create that animation with the CSS transform: translateY(0); property .
Find more info in these links. And view my code for example.
https://developer.mozilla.org/en-US/docs/Web/CSS/@keyframes
https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/translateY
https://sololearn.com/compiler-playground/W3ch9dR0njBb/?ref=app
+ 1
Thanks alot
0
You're welcome!