How to animate change of grid item size Material UI

I have a project with React and Material UI. I need some guidance on how to animate a grid item size change. The item is by default sm={3}, when the user hovers the item, this changes to sm={6}. T...