-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.php
44 lines (44 loc) · 1.35 KB
/
support.php
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
<section id="support">
<h1>Notes on browser support</h1>
<p>Everything here has been available in at least one browser since 2008. Firefox and Opera have only added support in 2010, hence the reason this technology is becoming more mainstream.</p>
<p>Transitions and 3D transforms were added in IE10, while 2D transforms are available in IE9.</p>
<div class="half left">
<h2>CSS Transitions</h2>
<p>First introduced</p>
<ul>
<li>Safari 3.2: 13/11/2008</li>
<li>Firefox 4.0: Late 2010</li>
<li>Chrome 1.0: 02/09/2008</li>
<li>Opera 10.5: 02/03/2010</li>
<li>Internet Explorer 10: 09/2011</li>
</ul>
<h2>CSS 2D Transformations</h2>
<p>First introduced</p>
<ul>
<li>Safari 3.2: 13/11/2008</li>
<li>Firefox 3.5: 30/06/2009</li>
<li>Chrome 1.0: 02/09/2008</li>
<li>Opera 10.5: 02/03/2010</li>
<li>Internet Explorer 9: 09/2010</li>
</ul>
</div>
<div class="half right">
<h2>CSS Animations</h2>
<p>First introduced</p>
<ul>
<li>Safari 4.0: 11/06/2008</li>
<li>Chrome 1.0: 02/09/2008</li>
<li>Firefox 5: 20/04/2011</li>
<li>IE 10: 09/2011</li>
</ul>
<h2>CSS 3D Transformations</h2>
<p>First introduced</p>
<ul>
<li>Safari 4.0: 11/06/2008</li>
<li>Chrome: 28/08/2010</li>
<li>IE 10: 09/2011</li>
<li>Firefox: 27/10/2011</li>
</ul>
</div>
<div class="clear"></div>
</section>