Knockout Animate Sample1

by Shrikrishna Gupta

HTML

<script src="https://raw.githubusercontent.com/dnbard/knockout.animate/master/src/knockout.animate.js"></script>
<link rel="stylesheet" href="https://cdnjs.com/libraries/animate.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/knockout/3.4.1/knockout-min.js"></script>
<div data-bind="animate:{ animation: animation, state: animateObject, handler: function(){}}">
  <span class="title">knockout.animate</span>
</div>
<div class="description">Animate.css custom binding for Knockout.js</div>