Posts by Erick Ferrara Bazan • 45 points
3 posts
-
2
votes1
answer144
viewsQ: How to reverse Rotate with javascript?
I’m trying to make an animation with pure javascript, and I’m using style.transform = "rotate(" + ang + "deg)"; to do this. My intention is: when it reaches an x position, it goes back…
-
1
votes1
answer70
viewsQ: How to take the white background when selecting logins saved on the login page
Good night, you guys! I’ve got a question I can’t solve on my own. On my login screen, when I type in the login, the input background continues the way I’ve styled it. But when I select a saved…
-
1
votes1
answer82
viewsQ: I am trying to print an array using for in javascript, but it is not displayed correctly
I printed it manually and then tried using a for to carry out the printing, but I happen not to be able to display it properly. let mochila = new Array(); let item1 = ['corda', 2], item2 = ['faca',…