I tried to trigger a transition with javascript, but is not working,
So, i’m very new to html, css and javascript, and i trying to trigger a transition with javascript, but it’s not working, "menu-icon" it’s a span tag with a litle image that is inside another div, that’s also inside the header, here’s the code (i’m using microsoft edge). <script> const openMenu = document.querySelector(‘.menu-icon’); openMenu.addEventListener(‘click’, ()… Read More I tried to trigger a transition with javascript, but is not working,