forked from GoogleChromeLabs/houdini-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (33 loc) · 1.64 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
<!doctype html>
Here's a quick list to all the demos. More details in the <a href="https://github.com/GoogleChrome/houdini-samples">repository’s README</a>.
<ul>
<li><strong>Animation Worklet</strong></li>
<ul>
<li><a href="animation-worklet/parallax-scrolling/">Parallax Scrolling</a></li>
<li><a href="animation-worklet/twitter-header/">Twitter Header</a></li>
<li><a href="animation-worklet/twitter-hidey-bar/">Twitter Hidey Bar</a></li>
<li><a href="animation-worklet/spring-timing/">Spring Timing</a></li>
<li><a href="animation-worklet/spring-sticky/">Sticky Spring</a></li>
<li><a href="animation-worklet/expando/">Expando effect</a></li>
</ul>
<li><strong>Paint Worklet</strong></li>
<ul>
<li><a href="paint-worklet/circle/">Circle in Textarea</a></li>
<li><a href="paint-worklet/ripple/">Ripple</a></li>
<li><a href="paint-worklet/border-color/">Border Color</a></li>
<li><a href="paint-worklet/checkerboard/">Checkerboard</a></li>
<li><a href="paint-worklet/parameter-checkerboard/">Parameterized Checkerboard</a></li>
<li><a href="paint-worklet/diamond-shape/">Diamond-shaped DOM elements</a></li>
<li><a href="paint-worklet/qr-code/">QR code generator</a></li>
<li><a href="paint-worklet/border-radius-reverse/">Border Radius Reverse</a></li>
</ul>
<li><strong>Layout Worklet</strong></li>
<ul>
<li><a href="layout-worklet/masonry">Masonry</a></li>
<li><a href="layout-worklet/relative">Relative</a></li>
</ul>
<li><strong>Properties & Values</strong></li>
<ul>
<li><a href="properties-and-values/custom-prop-transition">Animating a custom property</a></li>
</ul>
</ul>