diff --git a/examples/docs/en-US/transition.md b/examples/docs/en-US/transition.md index 0847bcec3..fde17951f 100644 --- a/examples/docs/en-US/transition.md +++ b/examples/docs/en-US/transition.md @@ -1,10 +1,10 @@ ## Built-in transition -If you want, you can use Element built-in transition directly. Of course you need to know [vue#transition](https://vuejs.org/v2/api/#transition). +You can use Element's built-in transitions directly. Before that, please read the [transition docs](https://vuejs.org/v2/api/#transition). ### fade -:::demo You can use `el-fade-in-linear` and `el-fade-in`. +:::demo We have two fading effects: `el-fade-in-linear` and `el-fade-in`. ```html