Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  
<img src="http://www.cafenocturne.com/testpage/biogallery/gr_ninja-attack_med.gif" class="rotOutZm"  />
  
</body>
</html>
 
*{margin:0;}
@keyframes rotOutZm {
  100% {
    margin: -50px; 
    transform: translate3d(50vw, 50vh, 0) scale(3) rotate(360deg);
    opacity: 0;
  }
}
.rotOutZm {
  transform-origin: center;
  animation: rotOutZm 2s forwards 0.5s;
}
Output

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

Dismiss x
public
Bin info
roXonpro
0viewers