Animations on mobile through code

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.

Hi Andreas,

Have you tried the other animations? Can it be that another animation will create the experience you are looking for?

The other animations? Please shed some light on my desperate hunt to make this work.

Have a look here - there are about 14 different types of animations, FadeIn is just one of those.

will try tomorrow