I want to slide a stateless component, which will be initially set to display:none
, to be visible after state change in one of its parent component, as if it is slide down just like a dropdown.
I am new to animation part, I was trying out this_link.
So far what i tried in Sandbox (https://codesandbox.io/s/0xrjp051pp).
Can someone help on this?