Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix flaws in Web/API/EffectTiming/easing #2982

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions files/en-us/web/api/effecttiming/easing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h3 id="Value">Value</h3>
<code>cubic-bezier(&lt;number&gt;, &lt;number&gt;, &lt;number&gt;, &lt;number&gt;)</code>
</dt>
<dd><img alt="A diagram showing the points of a cubic bezier timing function."
src="https://www.w3.org/TR/css-timing-1/cubic-bezier-timing-curve.svg"><br>
src="cubic-bezier-timing-curve.svg"><br>
Specifies <a
href="https://w3c.github.io/web-animations/#cubic-bzier-timing-function">a cubic
Bézier timing function</a>. The four numbers specify points P1 and P2 of the curve
Expand Down Expand Up @@ -90,7 +90,7 @@ <h3 id="Value">Value</h3>
<code>frames()</code>.</dd>
<dt><code>steps(&lt;integer&gt;[, [ start | end ] ]?)</code></dt>
<dd><img alt="A diagram of the various steps timing functions."
src="https://www.w3.org/TR/css-timing-1/step-timing-func-examples.svg"><br>
src="step-timing-func-examples.svg"><br>
Specifies <a href="https://w3c.github.io/web-animations/#step-timing-function">a step
timing function</a>, which breaks the animation down into a number of equal time
intervals. The browser flips to a different static frame when each interval is
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.