Posts by 3nder • 9 points
2 posts
-
-2
votes1
answer71
viewsA: CSS: How to make the transition animation work only when the mouse passes over the element
Puts a transition: background-color .5s ease; If you put the transition only in the Hover it will have the animation only when you pass the mouse, but if you put the transition in the element itself…
-
1
votes2
answers111
viewsQ: How to do localStorage.setItem('nameserver', 'value') and make the nameserver always change if there is already one with the same name?
I made a code where when clicking on a button it makes a function that stores a value in the browser promprio, follow the example below: function favoritar(){ var SalvarURL = document.URL…
javascriptasked 3nder 9