'display: none', 'visibility: hidden', 'opacity: 0' with 'transition' Property
I made two examples.
With No More Property
With 'transform: translateY(50%)'
Conclusion
'display: none': The property does not work.
'opacity: 0': Fade-in and fade-out effects happen.