<title>My Example</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
$( "button" ).click( function() {
$( "#animation" ).animate({
$( "#animation" ).animate({
<button>Run Animation!</button>
<div id="animation">Animation</div>
<p>Chained animations is where a single event triggers multiple animations, and they run in order (one after the other).</p>