Velocity UI Pack Demo1

callouts

HTML

<script src="http://julian.com/research/velocity/build/velocity.js"></script>
<script src="http://julian.com/research/velocity/build/velocity.ui.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<div class="wrap">
  <div class="tile-box"></div>
</div>

CSS

div.wrap {
  margin: 20% auto;
  width: 400px;
  height: 200px;
}
div.tile-box {
  background: red;
  position: relative;
  width: 160px;
  height: 60px;
}

JavaScript

//callout.bouncelocity(document.getElementById('test1'), "");

setTimeout(function(){
Velocity($(".tile-box"), "callout.bounce");