File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Introduction {#introduction}
2828
2929It is often desirable to control the rate at which an animation progresses.
3030For example, gradually increasing the speed at which an element moves can
31- give the element a sense weight as it appears to gather momentum.
31+ give the element a sense of weight as it appears to gather momentum.
3232This can be used to produce user intuitive interface elements or convincing
3333cartoon props that behave like their physical counterparts.
3434Alternatively, it is sometimes desirable for animation to move forwards in
@@ -58,7 +58,7 @@ A <dfn export>timing function</dfn> takes an [=input progress value=] and
5858produces an [=output progress value=] .
5959
6060A [=timing function=] must be a pure function meaning that for a given set of
61- inputs, it always produce the same [=output progress value=] .
61+ inputs, it always produces the same [=output progress value=] .
6262
6363The <dfn>input progress value</dfn> is a real number in the range [-∞,
6464∞].
You can’t perform that action at this time.
0 commit comments