-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexcontents.php
23 lines (23 loc) · 1.01 KB
/
indexcontents.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<ol>
<li><a href="#how2transitions">How to use transitions</a></li>
<li><a href="#how2transforms">How to use transforms</a></li>
<li><a href="#how2animation">How to use animations</a></li>
<li><a href="#cfimg">Cross fading images</a></li>
<ol>
<li><a href="#cfimg1">On hover</a></li>
<li><a href="#cfimg2">On button press</a></li>
<li><a href="#cfimg3">With timer</a></li>
<li><a href="#cfimg4">More than just fades</a></li>
<li><a href="#cfimg5">Animating the background-image property</a></li>
</ol>
<li><a href="#sliding">Sliding content</a></li>
<ol>
<li><a href="#slide1">Sliding by transitions</a></li>
<li><a href="#slide2">Sliding by transitions + translations</a></li>
</ol>
<li><a href="#flip">3D Flipping content</a></li>
<li><a href="#accordions">Animated Accordions</a></li>
<li><a href="#support">Notes on browser support</a></li>
<li><a href="#legacy">How will it look in legacy browsers?</a></li>
<li><a href="#references">Further Reading</a></li>
</ol>