diff --git a/entries/animate.xml b/entries/animate.xml index c4ac9e70..7f02e480 100644 --- a/entries/animate.xml +++ b/entries/animate.xml @@ -187,7 +187,7 @@ $( "#left" ).on( "click", function(){ ]]> - The first button shows how an unqueued animation works. It expands the div out to 90% width while the font-size is increasing. Once the font-size change is complete, the border animation will begin. + In the next example, the first button shows how an unqueued animation works. It expands the div out to 90% width while the font-size is increasing. Once the font-size change is complete, the border animation will begin. The second button starts a traditional chained animation, where each animation will start once the previous animation on the element has completed.