Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://rawgithub.com/Prinzhorn/skrollr/master/src/skrollr.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <div style="height:1000px;"></div>
  <div id="container" style="width:800px; background:#D1E3ED; height:100px; margin:auto;position:relative;">
    <div id="box" style="background:#00F; width:100px; height:100px;position:absolute;" data-anchor-target="#container" data-bottom="left:100%;margin-left:-100px;" data-top="left:0%;margin-left:0px;"></div>
  </div>
  <div style="height:1000px;"></div>
  
  <script type="text/javascript">
  var s = skrollr.init();
  </script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers