Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Scroll Snap not working with 2 elements</title>
</head>
<body>
  
  <div class="carousel" id="carousel">
    <div style="background-color: red;" id="toggle1">
      1
    </div>
    <div style="background-color: green;">
      2
    </div>
    <div style="background-color: yellow;">
      3
    </div>
    <div style="background-color: blue;">
      4
    </div>
    <div style="background-color: pink;" id="toggle2">
      5
    </div>
    <div style="background-color: lime;">
      6
    </div>
  </div>
  <button id="one">Toggle1</button>
  <button id="two">Toggle2</button>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
sriramkrish85pro
0viewers