From 4d71324b4dccdbf9ac8a44058e362e9931d7f522 Mon Sep 17 00:00:00 2001 From: Chen Yu Date: Mon, 20 Apr 2020 00:05:20 +0800 Subject: [PATCH] fix: fix typo in css-transition According to the [origin](https://github.com/javascript-tutorial/en.javascript.info/blob/master/7-animation/2-css-animations/article.md), it should be `4 properties to describe CSS transitions`. --- 7-animation/2-css-animations/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-animation/2-css-animations/article.md b/7-animation/2-css-animations/article.md index eb1a62c979..df6b1f26be 100644 --- a/7-animation/2-css-animations/article.md +++ b/7-animation/2-css-animations/article.md @@ -40,7 +40,7 @@ CSS 过渡的理念非常简单,我们只需要定义某一个属性以及如 ``` -CSS 提供了五个属性来描述一个过渡: +CSS 提供了四个属性来描述一个过渡: - `transition-property` - `transition-duration`