Let me demonstrate what I have been working on. Currently, I am creating a weather application to explore the functionalities of https://material-ui.com/. I am attempting to prototype an animation inspired by Google Flights, which can be seen here: https://i.stack.imgur.com/NClP5.gif
To achieve this, I utilized the Grid
and Fade
components provided by material-ui (specifically version 3.9.3
).
However, in my implementation, even when I hide the AppBar
and the content within the Form
, the grid does not slide up as expected. My current result is shown here:
https://i.stack.imgur.com/1S6bw.gif
If you understand what I'm trying to accomplish, could you advise me on how to slide the content upwards? I have shared my code at https://codesandbox.io/s/13q4mmm36q?fontsize=14
I would greatly appreciate any help in identifying what I might be overlooking.