Skip to content

Commit e41fc2d

Browse files
committed
[css-easing-2][editorial] Move images to images directory
1 parent b642af7 commit e41fc2d

11 files changed

+13
-11
lines changed

css-easing-2/Overview.bs

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<pre class=metadata>
22
Title: CSS Easing Functions Level 2
3-
Status: ED
3+
Status: FPWD
4+
Prepare for TR: yes
5+
Date: 2024-08-29
46
Work Status: exploring
57
Shortname: css-easing
68
Level: 2
@@ -82,7 +84,7 @@ input progress value and producing a corresponding transformed output progress
8284
value.
8385

8486
<figure>
85-
<img class="easing-graph" src="easing-function-example.svg" width="535" height="510"
87+
<img class="easing-graph" src="images/easing-function-example.svg" width="535" height="510"
8688
alt="Example of an easing function that produces an ease-in effect.">
8789
<figcaption>
8890
Example of an easing function that produces an ease-in effect.<br>
@@ -352,7 +354,7 @@ It returns an [=output progress value=].
352354
that moves linearly from 0, to 0.25, then to 1:
353355

354356
<figure>
355-
<img class="easing-graph" src="simple-linear-example.svg" width="535" height="510"
357+
<img class="easing-graph" src="images/simple-linear-example.svg" width="535" height="510"
356358
alt="linear(0, 0.25, 1) plotted on a graph">
357359
</figure>
358360
</div>
@@ -365,7 +367,7 @@ It returns an [=output progress value=].
365367
then the last 25% transitioning from ''.25'' to ''1'':
366368

367369
<figure>
368-
<img class="easing-graph" src="linear-with-input-example.svg" width="535" height="510"
370+
<img class="easing-graph" src="images/linear-with-input-example.svg" width="535" height="510"
369371
alt="linear(0, 0.25 75%, 1) plotted on a graph.
370372
The graph has three points.
371373
The first is at 0,0.
@@ -382,7 +384,7 @@ It returns an [=output progress value=].
382384
producing the following easing function:
383385

384386
<figure>
385-
<img class="easing-graph" src="linear-with-double-input-example.svg" width="535" height="510"
387+
<img class="easing-graph" src="images/linear-with-double-input-example.svg" width="535" height="510"
386388
alt="linear(0, 0.25 75%, 1) plotted on a graph.
387389
The graph has four points.
388390
The first is at 0,0.
@@ -398,7 +400,7 @@ It returns an [=output progress value=].
398400
For example, here are the implicit values from the previous function:
399401

400402
<figure>
401-
<img class="easing-graph" src="linear-with-double-input-example-continued.svg" width="535" height="510"
403+
<img class="easing-graph" src="images/linear-with-double-input-example-continued.svg" width="535" height="510"
402404
alt="linear(0, 0.25 75%, 1) plotted on a graph.
403405
The graph has four points.
404406
The first is at 0,0.
@@ -436,7 +438,7 @@ It returns an [=output progress value=].
436438
so inputs greater than 1 always output 1.
437439

438440
<figure>
439-
<img class="easing-graph" src="linear-bounce-example.svg" width="535" height="510"
441+
<img class="easing-graph" src="images/linear-bounce-example.svg" width="535" height="510"
440442
alt="The graph of a rough bounce easing.">
441443
</figure>
442444

@@ -483,7 +485,7 @@ The <var>x</var> coordinates of <var>P1</var> and <var>P2</var>
483485
are restricted to the range [0, 1].
484486

485487
<figure>
486-
<img class="easing-graph" src="cubic-bezier-easing-curve.svg" width="535" height="510"
488+
<img class="easing-graph" src="images/cubic-bezier-easing-curve.svg" width="535" height="510"
487489
alt="A cubic Bezier curve used as an easing function.">
488490
<figcaption>
489491
A cubic B&eacute;zier curve used as an easing function.<br>
@@ -528,7 +530,7 @@ The meaning of each value is as follows:
528530
The keyword values listed above are illustrated below.
529531

530532
<figure>
531-
<img class="easing-graph" src="curve-keywords.svg" width="500"
533+
<img class="easing-graph" src="images/curve-keywords.svg" width="500"
532534
alt="The easing functions produced by keyword values.">
533535
<figcaption>
534536
The easing functions produced by each of the cubic B&eacute;zier easing
@@ -607,7 +609,7 @@ The meaning of each value is as follows:
607609
:: Computes to ''steps(1, end)''
608610

609611
<figure>
610-
<img class="easing-graph" src="step-easing-keyword-examples.svg" width="500"
612+
<img class="easing-graph" src="images/step-easing-keyword-examples.svg" width="500"
611613
alt="Example step easing keywords.">
612614
<figcaption>
613615
Example step easing function keyword values.
@@ -646,7 +648,7 @@ The meaning of each value is as follows:
646648
These values are illustrated below:
647649

648650
<figure>
649-
<img class="easing-graph" src="step-easing-func-examples.svg" width="500"
651+
<img class="easing-graph" src="images/step-easing-func-examples.svg" width="500"
650652
alt="Example step easing functions.">
651653
<figcaption>
652654
Example step easing functions.

0 commit comments

Comments
 (0)