skip to Main Content

Html – Transition on Div visibility?

So i have a pagination that changes content and i want this change of content to have a transition, but i cant figure out how i get this to work let currentPage = 1; function changeContent(page) { document.getElementById(`content${currentPage}`).classList.remove('active'); currentPage =…

VIEW QUESTION
Back To Top
Search