+ 3
How can I make .....?
How do I make these colored papers fall to the ground? Whenever I modify the code, the papers remain the same. Whenever they fly, they remain at the top. https://sololearn.com/compiler-playground/WwJM57903LBl/?ref=app
3 odpowiedzi
+ 4
This will help you:
https://sololearn.com/compiler-playground/WTvQupAFdcNq/?ref=app
+ 3
JaScript,Ausgrindtube thanks so much 🥰
+ 2
Have you tried keyframes? Another alternative is to use JavaScript, get the elements by id and then change their position.