In my app I\'m animating the opacity of elements on the page with something like:
.s { transition-property: opacity; transition-duration: 250ms; } >
As a good alternative to display/visibility toggle, opacity:0 with pointer-events:none could be used.
opacity:0
pointer-events:none