How do you do the effect of airbnb?

https://www.airbnb.com.tw/hos.

is to press "start"
and then disappear from the left
and then find a new
on the right.
is unpopular and popular on the right.
will follow
. What techniques can be used to achieve this?


designing this kind of page interaction is just like using layers in Photoshop. By clicking the "start" button to trigger the property transformation of CSS, the Wizard steps layer floats out (the default covers the entire page). The specific CSS code can directly refer to the airbnb source code, such as wizard layer call:

    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
    z-index: 102 !important;
    top: 0px !important;
    left: 0px !important;
    animation-name: keyframe_18jn58a !important;
    animation-duration: 1200ms !important;
    animation-timing-function: ease !important;
    background: rgb(255, 255, 255) !important;
Menu