Transition doesn't work in React (CRA) app
I need the bottom of the text to be grayed out, and long text to be cut off at a specific height. There’s a button that, when clicked, should expand this section. Everything works fine except for the animation that I would like to add. What am I doing wrong? My code is below: JSX:… Read More Transition doesn't work in React (CRA) app