Skip to content

Commit 3ccc89b

Browse files
committed
re simple
1 parent 5fe34b9 commit 3ccc89b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/simple.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ class Demo extends React.Component {
1010

1111
render() {
1212
return (<Tween
13-
animation={{ x: 300}}
14-
style={{ opacity: 1, height: 100, display: 'inline-block' }}
13+
animation={{ x: 300 }}
1514
onChange={this.bbb}
15+
style={{ opacity: 1, height: 100, display: 'inline-block' }}
1616
>
1717
<div>执行动效</div>
1818
</Tween>);

0 commit comments

Comments
 (0)