Is there a straightforward way to fade a component in when mounting, and fade a component out when unmounting?
I can get a component to fade in by using some jquery in the did-mount
function, but getting it to fade out in the will-unmount
function just doesn't work (the unmount happens instantly).
What is the standard way of animating the mounting and unmounting of Om components?