Skip to content

Commit 3b28548

Browse files
committed
class-animation-desc.xml: minor rewording
1 parent 56ae060 commit 3b28548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-animation-desc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
22
<div>
3-
<p>Similar to native CSS transitions, jQuery UI's class animations provide a smooth transition from one state to another while allowing you to keep all the details about which styles to change in CSS and out of your JavaScript. All class animation methods, including <code>.<placeholder name="name"/>()</code>, support custom durations and easings, as well as providing a callback for when the animation completes.</p>
3+
<p>Similar to native CSS transitions, jQuery UI's class animations provide a smooth transition from one state to another while allowing you to keep all the details about which styles to change in CSS and out of your JavaScript. All class animation methods, including <code>.<placeholder name="name"/>()</code>, support custom durations and easings, as well as provide a callback for when the animation completes.</p>
44
<p>Not all styles can be animated. For example, there is no way to animate a background image. Any styles that cannot be animated will be changed at the end of the animation.</p>
55
</div>

0 commit comments

Comments
 (0)