Skip to content

Commit 196e9bb

Browse files
Adding "In the next example" to the start of the paragraph for better clarity
1 parent 1e095c5 commit 196e9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/animate.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ $( "#left" ).on( "click", function(){
187187
]]></css>
188188
</example>
189189
<example>
190-
<desc>The first button shows how an unqueued animation works. It expands the div out to 90% width <strong>while</strong> the font-size is increasing. Once the font-size change is complete, the border animation will begin.
190+
<desc>In the next example, the first button shows how an unqueued animation works. It expands the div out to 90% width <strong>while</strong> the font-size is increasing. Once the font-size change is complete, the border animation will begin.
191191

192192
The second button starts a traditional chained animation, where each animation will start once the previous animation on the element has completed.</desc>
193193
<code><![CDATA[

0 commit comments

Comments
 (0)