I want these three dots to jump inside that box..please help | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

I want these three dots to jump inside that box..please help

https://sololearn.com/compiler-playground/W7N7H9E43ZPn/?ref=app

27th Apr 2024, 5:58 PM
~Miyamura
3 Antworten
+ 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
27th Apr 2024, 8:57 PM
Chris Coder
Chris Coder - avatar
+ 1
Thanks alot
28th Apr 2024, 2:05 AM
~Miyamura
0
You're welcome!
28th Apr 2024, 4:25 AM
Chris Coder
Chris Coder - avatar