Anybody know how to do this menu animation?

Hi all,

Anybody knows how to do this menu animation?

(from BBVA APP, they have the same for both android and iOS app).

Is it custom? Or does it exists any library? (I didn’t seen it in material design or others for now).

Thanks!

1 Like

Isn’t that just a transform of body element using translate and scale animations? From what I can see the body is just moved and scaled down, so it’s smaller and some part is offscreen using negative value. It shouldn’t be hard to write such animation on your own and for this you don’t even need to write your own keyframes.

1 Like