+ 1
For Animation, which language do I need?
3 Antworten
+ 4
// web:
HTML --> CSS --> JS
# Python
Tkinter
+ 3
there are seven ways to animate something in a web code.
The easiest way is to use CSS keyframes.
https://www.sololearn.com/learn/CSS/2253/
There are also svg
https://www.sololearn.com/learn/HTML/2213/
and setInterval
https://www.sololearn.com/learn/JavaScript/2756/?ref=app
i checked your profile, and would advise you to skip css now, and go back to html.
The correct sequence :
What to learn next by Bono
https://code.sololearn.com/Wukw9beaMo55/?ref=app
+ 2
As you can