From 196e9bb64d7416b149d5adbd3c80c6fc88df95a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aldimar=20J=C3=BAnior?= <98884282+aldimar-junior@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:26:36 -0300 Subject: [PATCH] Adding "In the next example" to the start of the paragraph for better clarity --- entries/animate.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.