Skip to content

Commit

Permalink
Merge pull request godbasin#9 from FrankYuanhao/patch-2
Browse files Browse the repository at this point in the history
Update(6.md) 补充表6-1,表6-2md格式
  • Loading branch information
godbasin authored Mar 9, 2020
2 parents 0bf841c + e4133e6 commit 1f36768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/vue-ebook/6.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ div {
表 6-1 transition 属性说明

| 属性名 | 说明 |
| --- | --- |
| property | 指定哪个或哪些 CSS 属性用于过渡。只有指定的属性才会在过渡中发生动画,其它属性仍如通常那样瞬间变化。all 则为全部属性 |
| duration | 指定过渡的时长。或者为所有属性指定一个值,或者指定多个值,为每个属性指定不同的时长 |
| timing-function | 指定一个函数,定义属性值怎么变化。常用如 linear、ease |
Expand Down Expand Up @@ -241,6 +242,7 @@ div {
表 6-2 Vue 中过渡类名

| 类名 | 定义 | 说明 |
| --- | --- | --- |
| `v-enter` | 定义进入过渡的开始状态 | 在元素被插入时生效,在下一个帧移除 |
| `v-enter-active` | 定义过渡的状态 | 在元素整个过渡过程中作用,在元素被插入时生效,在 transition/animation 完成之后移除<br>这个类可以被用来定义过渡的过程时间,延迟和曲线函数 |
| `v-enter-to` | (2.1.8 版及以上)定义进入过渡的结束状态 | 在元素被插入一帧后生效 (与此同时`v-enter`被删除),在 transition/animation 完成之后移除 |
Expand Down

0 comments on commit 1f36768

Please sign in to comment.