diff options
Diffstat (limited to 'files/zh-tw/web/api/animationevent/index.html')
-rw-r--r-- | files/zh-tw/web/api/animationevent/index.html | 104 |
1 files changed, 1 insertions, 103 deletions
diff --git a/files/zh-tw/web/api/animationevent/index.html b/files/zh-tw/web/api/animationevent/index.html index d4528894b5..759ddbb558 100644 --- a/files/zh-tw/web/api/animationevent/index.html +++ b/files/zh-tw/web/api/animationevent/index.html @@ -70,109 +70,7 @@ translation_of: Web/API/AnimationEvent <h2 id="瀏覽器兼容性">瀏覽器兼容性</h2> -<p>{{CompatibilityTable()}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>特點</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>基本支持</td> - <td>1.0 {{ property_prefix("webkit") }}</td> - <td>{{CompatGeckoDesktop("6.0")}}</td> - <td>10.0</td> - <td>12 {{property_prefix("O")}}<br> - 12.10<br> - 15.0 {{ property_prefix("webkit") }}</td> - <td>4.0 {{ property_prefix("webkit") }}</td> - </tr> - <tr> - <td><code>AnimationEvent()</code>構造函數</td> - <td>{{CompatNo}}</td> - <td>{{CompatGeckoDesktop("23.0")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td><code>initAnimationEvent()</code>{{non-standard_inline}} {{deprecated_inline}}</td> - <td>1.0</td> - <td>{{CompatGeckoDesktop("6.0")}}<br> - 在{{CompatGeckoDesktop("23.0")}}刪除</td> - <td>10.0</td> - <td>12</td> - <td>4</td> - </tr> - <tr> - <td><code>pseudoelement</code></td> - <td>{{CompatNo}}</td> - <td>{{CompatGeckoDesktop("23.0")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>特點</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - <th>Chrome for Android</th> - </tr> - <tr> - <td>基本支持</td> - <td>{{CompatVersionUnknown}}{{ property_prefix("webkit") }}</td> - <td>{{ CompatGeckoMobile("6.0") }}</td> - <td>10.0</td> - <td>12 {{ property_prefix("o") }}<br> - 12.10<br> - 15.0 {{ property_prefix("webkit") }}</td> - <td>{{CompatVersionUnknown}}{{ property_prefix("webkit") }}</td> - <td>{{CompatChrome(43.0)}}</td> - </tr> - <tr> - <td><code>AnimationEvent()</code>構造函數</td> - <td>{{CompatNo}}</td> - <td>{{CompatGeckoMobile("23.0")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td><code>initAnimationEvent()</code>{{non-standard_inline}} {{deprecated_inline}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoMobile("6.0")}}<br> - 在{{CompatGeckoMobile("23.0")}}刪除</td> - <td>10.0</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - <tr> - <td><code>pseudoelement</code></td> - <td>{{CompatNo}}</td> - <td>{{CompatGeckoMobile("23.0")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> +{{Compat("api.AnimationEvent")}} <h2 id="另請參見">另請參見</h2> |