diff --git a/guide/english/css/transition/index.md b/guide/english/css/transition/index.md index d9c1876899..476f365500 100644 --- a/guide/english/css/transition/index.md +++ b/guide/english/css/transition/index.md @@ -4,7 +4,7 @@ title: Transition ## Transition -The `transition` property allows you to change property values smoothly (from one value to another), over a given duration. +The `transition` property allows you to change property values smoothly (from one value to another), over a given duration. For example the code below sets the transistion time to 300 milliseconds. ```css transition: all 300ms; ```