'Material UI React: Collapse with inverted direction

I want to animate an element when mounting so that it appears from the bottom. My project is using Material UI. MUI has a component called Collapse that seems to be for this purpose, however it only animates from the top or left, and it does not accept a property for reversing the direction. How do I get around this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source