JSFiddle - React, Tailwind, and code Playground
by burnso
HTML
<link rel="stylesheet" href="http://gburning.com/stylesheets/base.css">
<link rel="stylesheet" href="http://gburning.com/stylesheets/skeleton.css">
<link rel="stylesheet" href="https://github.com/dhg/Skeleton/blob/master/stylesheets/layout.css">
<img class="link" src="http://i.imgur.com/jsm0x2c.gif">
<img class="link" src="http://i.imgur.com/jsm0x2c.gif">
<img class="link" src="http://i.imgur.com/jsm0x2c.gif">
CSS
@-webkit-keyframes WIGGLE {
0% { -webkit-transform: translate(0px, 0px); }
100% { -webkit-transform: translate(0px, 0px); }
}
keyframes WIGGLE {
0% { -webkit-transform: translate(0px, 0px); }
100% { -webkit-transform: translate(0px, 0px); }
}
.link{
-webkit-animation: WIGGLE 1ms;
animation: WIGGLE 1ms;
}