Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html class="no-anim">
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  
</body>
</html>
 
html, body {
  height: 100%;
}
body:hover {
  background-color: red;
  transition: 2s 500ms; /* a regular hover transition */
}
.no-anim * {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}
Output

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

Dismiss x
public
Bin info
UltCombopro
0viewers