Skip to content

Commit 3c6224b

Browse files
committed
Easings: Properly set the category. Added an excerpt.
1 parent a844c86 commit 3c6224b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pages/easings.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<script>{
2-
"title": "Easings"
2+
"title": "Easings",
3+
"excerpt": "Easing functions specify the speed at which an animation progresses at different points within the animation.",
4+
"termSlugs": {
5+
"category": [ "utilities" ]
6+
}
37
}</script>
48

59
<p>Easing functions specify the speed at which an animation progresses at different points within the animation. jQuery core ships with two easings: <code>linear</code>, which progresses at a constant pace throughout the animation, and <code>swing</code> (jQuery core's default easing), which progresses slightly slower at the beginning and end of the animation than it does in the middle of the animation. jQuery UI provides several additional easing functions, ranging from variations on the swing behavior to customized effects such as bouncing.<p>
@@ -10,4 +14,3 @@
1014

1115
<iframe src="/resources/easing-graph.html" width="100%" height="600"></iframe>
1216
<iframe src="/resources/easing-comparison.html" width="100%" height="500"></iframe>
13-
<category slug="utilities"/>

0 commit comments

Comments
 (0)