-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (43 loc) · 2.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<meta charset="utf-8">
<h1>motion-path-polyfill-examples</h1>
<p>This <a href="https://github.com/ewilligers/motion-path-polyfill-examples">repo</a> contains a variety of web pages that use the <a href="https://drafts.fxtf.org/motion-1/">CSS Motion Path</a> and <a href="https://drafts.csswg.org/css-transforms-2/#individual-transforms">Individual Transform</a> properties.</p>
<p>They have been tested in Firefox, using the <a href="https://github.com/Motion-Path-Polyfill/motion-path-js">Motion Path Polyfill</a>.</p>
<h2>Individual Transform Properties</h2>
<ul>
<li><a href="individual/translate.html">translate</a></li>
<li><a href="individual/scale.html">scale</a></li>
<li><a href="individual/rotate.html">rotate</a></li>
</ul>
<h2>offset-position and offset-anchor</h2>
<ul>
<li><a href="position/offsetAnchorPosition.html">offsetAnchorPosition</a></li>
<li><a href="position/checkerboards.html">checkerboards</a></li>
</ul>
<h2>ray</h2>
<ul>
<li><a href="ray/offsetRayDistance.html">offsetRayDistance</a></li>
<li><a href="ray/contain.html">contain</a></li>
</ul>
<h2>Spec</h2>
<p>These spec examples are from
<a href="https://drafts.fxtf.org/motion-1/">Motion Path Module Level 1</a> and are are licensed under the
<a href="https://www.w3.org/Consortium/Legal/copyright-software">W3C Software and Document License</a>.</p>
<ul>
<li><a href="spec/offset_distance_without_contain.html">offset_distance_without_contain</a></li>
<li><a href="spec/offset_distance_with_contain.html">offset_distance_with_contain</a></li>
<li><a href="spec/increase-size.html">increase-size</a></li>
<li><a href="spec/geometry-box.html">geometry-box</a></li>
<li><a href="spec/normal-flow.html">normal-flow</a></li>
<li><a href="spec/offset-distance-unclosed.html">offset-distance-unclosed</a></li>
<li><a href="spec/offset-distance-closed.html">offset-distance-closed</a></li>
<li><a href="spec/simple_offset_position.html">simple_offset_position</a></li>
<li><a href="spec/offset_position_auto.html">offset_position_auto</a></li>
<li><a href="spec/position-transform.html">position-transform</a></li>
<li><a href="spec/position-scale.html">position-scale</a></li>
<li><a href="spec/position-absolute.html">position-absolute</a></li>
<li><a href="spec/offset_anchor.html">offset_anchor</a></li>
<li><a href="spec/offset_anchor_center.html">offset_anchor_center</a></li>
<li><a href="spec/offset_anchor_auto.html">offset_anchor_auto</a></li>
<li><a href="spec/rotate_by_angle_with_auto.html">rotate_by_angle_with_auto</a></li>
</ul>