i have some transitions on transform: translateY, consequently, applying a hide class (which has visibility: hidden) doesnt hide stuff immediately, when I remove transitions from transform, then the stuff hides "immediately"
what should i do?
are there any alternate to translateY? (i cant find any online)