Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Spinning Circles 2.3.10">
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<button id='start'>Start</button>
<button id='stop'>Stop</button>
<div id='timing'></div>
  
  
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.js"></script>
<script src="//canjs.com/release/2.3.10/can.jquery.js"></script>
<script src="//canjs.com/release/2.3.10/can.stache.js"></script>
</body>
</html>
 
p {
          font: 12px/16px Arial;
          margin: 10px 10px 15px;    
        }
        
        button {
          font: bold 14px/14px Arial;  
          margin-left: 10px;
        }
        
        #grid {
          margin: 10px;
        }
        
        #timing {
          clear: both;
          padding-top: 10px;
        }
        
        .box-view {
          width: 20px; height: 20px;
          float: left;
          position: relative;
          margin: 8px;    
        }
        
        .box {
          border-radius: 100px;
          width: 20px; height: 10px;
          padding: 5px 0;
          color: #fff;
          font: 10px/10px Arial;
          text-align: center;
          position: absolute;
        }   
Output

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

Dismiss x
public
Bin info
justinbmeyerpro
0viewers