From f4f0605a5fc569b16b068e0b908ae3ae39398479 Mon Sep 17 00:00:00 2001 From: jljsj Date: Tue, 15 Sep 2015 17:52:16 +0800 Subject: [PATCH] update basic and enter-data demo --- components/enter-animation/demo/basic.md | 7 ++----- components/enter-animation/demo/enter-data.md | 1 + components/enter-animation/demo/enter-leave.md | 7 ++----- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/components/enter-animation/demo/basic.md b/components/enter-animation/demo/basic.md index f200feac24..820da54238 100644 --- a/components/enter-animation/demo/basic.md +++ b/components/enter-animation/demo/basic.md @@ -27,8 +27,8 @@ var Test = React.createClass({ - {this.state.show ?
-
+ {this.state.show ? +
  • @@ -43,12 +43,9 @@ var Test = React.createClass({
  • -
  • -
-
: null}
diff --git a/components/enter-animation/demo/enter-data.md b/components/enter-animation/demo/enter-data.md index c20c3f41ae..8ca6b7ed2d 100644 --- a/components/enter-animation/demo/enter-data.md +++ b/components/enter-animation/demo/enter-data.md @@ -18,6 +18,7 @@ var Test = React.createClass({ interval: .1, }, leave: { + type:'left', interval: 0.03 }, show: true diff --git a/components/enter-animation/demo/enter-leave.md b/components/enter-animation/demo/enter-leave.md index 15c14ae403..858b127f9d 100644 --- a/components/enter-animation/demo/enter-leave.md +++ b/components/enter-animation/demo/enter-leave.md @@ -43,8 +43,8 @@ var Test = React.createClass({ - {this.state.show ?
-
+ {this.state.show ? +
  • @@ -59,12 +59,9 @@ var Test = React.createClass({
  • -
  • -
-
: null}