Skip to content

Commit

Permalink
Merge pull request volksbright#103 from bhnddowinf/2.0-cn
Browse files Browse the repository at this point in the history
这章以代码占大部份的内容,所以校对上,比较单纯
  • Loading branch information
dingyiming authored Oct 9, 2016
2 parents ad7df37 + 130d88f commit b750a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/guide/transitioning-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ new Vue({
</script>
{% endraw %}

当你输入新数值时,就会触发动画。这个是一个不错的演示,但是对于不能直接像数字一样存储的值,比如 CSS 中的 color 的值,通过下面的例子我们来通过 Color.js 实现一个例子:
当你把数值更新时,就会触发动画。这个是一个不错的演示,但是对于不能直接像数字一样存储的值,比如 CSS 中的 color 的值,通过下面的例子我们来通过 Color.js 实现一个例子:


``` html
Expand Down Expand Up @@ -381,7 +381,7 @@ See [this fiddle](https://jsfiddle.net/chrisvfritz/65gLu2b6/) for the complete c

## 通过组件组织过渡

管理太多的状态转换的很快会接近到 Vue 实例或者组件的复杂性,不过,很多动画可以提取到专用的子组件
管理太多的状态转换的很快会接近到 Vue 实例或者组件的复杂性,幸好很多的动画可以提取到专用的子组件
我们来将之前的示例改写一下:

``` html
Expand Down

0 comments on commit b750a44

Please sign in to comment.