Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-git2.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <div class='fadeOut'>clickMe!</div>
</body>
</html>
    .fadeOut{
        background-color: rgba(255, 0, 0, 0.83);
        border-radius: 8px;
        box-shadow: silver 3px 3px 5px 0px;
        border: 2px dashed yellow;
        padding: 3px;
    }
    .fadeOut.end{
        transition: all 1s ease-in-out;
        background-color: rgba(255, 0, 0, 0.0);
        box-shadow: none;
        border: 0px dashed yellow;
        border-radius: 0px;
    }
div{
  width:100px;
  height:100px;
}
div:hover{cursor:pointer;}
Output

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

Dismiss x
public
Bin info
2astalavistapro
0viewers