Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Scroll propagation to body with scroll-snap</title>
    </head>
    <body>
        <div class="content">
            Lorem ipsum dolor sit amet consectetur adipisicing elit. Aperiam
            inventore commodi tempora nostrum repudiandae! Sed, nulla. Amet,
            totam similique! Illum saepe laboriosam fuga, quod repellendus maiores minus
            consequuntur autem recusandae.
        </div>
        <div class="scroll-wrapper">
            <div class="scroll">
                <div class="inner-content">inner-content1</div>
                <div class="inner-content">inner-content2</div>
            </div>
        </div>
    </body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers