diff options
Diffstat (limited to 'files/zh-tw/web/css')
-rw-r--r-- | files/zh-tw/web/css/css_animations/using_css_animations/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/css/css_animations/using_css_animations/index.html b/files/zh-tw/web/css/css_animations/using_css_animations/index.html index 82acb8ac6e..a93ec20eb1 100644 --- a/files/zh-tw/web/css/css_animations/using_css_animations/index.html +++ b/files/zh-tw/web/css/css_animations/using_css_animations/index.html @@ -25,7 +25,7 @@ translation_of: Web/CSS/CSS_Animations/Using_CSS_animations <h2 id="CSS_animation_設定">CSS animation 設定</h2> -<p> 你可以使用 {{ cssxref("animation") }} property 或其 sub-properties 來創建 CSS 動畫的細節(諸如轉化時間等)。但這並不能決定動畫的外觀,外觀的部份我們將在下面的 {{ anch("使用關鍵影格定義動畫流程") }} 介紹。</p> +<p> 你可以使用 {{ cssxref("animation") }} property 或其 sub-properties 來創建 CSS 動畫的細節(諸如轉化時間等)。但這並不能決定動畫的外觀,外觀的部份我們將在下面的 <a href="#使用關鍵影格定義動畫流程">使用關鍵影格定義動畫流程</a> 介紹。</p> <p> 這裡是 {{ cssxref("animation") }} property 的 sub-properties:</p> |