I have a box with some elements inside that is hidden when the page loads. I then want to add a button to animate that box from the left side and then to cover the whole mobile screen. It’s like another menu but it will contain stuff not in the ordinary menu.
Is this possible? I can fadeIn and use the other animations but I need to move this box from outside viewport into the viewport and at that time fade it also.
Any help would be super.