Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <div class="wrapper">
    <a href="#"><img src="http://i43.tinypic.com/f3lsl.png" alt=""/></a>
    <a href="#"><img src="http://i41.tinypic.com/2llhrsy.png" alt=""/></a>
  </div>
</body>
</html>
 
@-webkit-keyframes rotation {
    0%,40%     {-webkit-transform: rotate(0deg);}
    60%,100%   {-webkit-transform: rotate(90deg);}
}
.wrapper {
  position: relative;
}
.wrapper a:first-child img{
  position: absolute;
  top: 9px;
  left: 16px; 
  z-index: 1;
}
.wrapper a:last-child img {
  position: relative;
  -webkit-animation: rotation 5s infinite linear;
  -webkit-transition: all 0.1s ease;
}
Output

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

Dismiss x
public
Bin info
sungsoonzpro
0viewers