Skip to content

Commit

Permalink
update scrollScreen demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jljsj33 committed Dec 12, 2016
1 parent 665a918 commit 5ca493f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/scrollScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,14 @@ class Demo extends React.Component {
</div>
</QueueAnim>
</Element>
<div id="page1">
<div id="page1" style={{ overflow: 'hidden', background: '#133252' }}>
<ScrollOverPack
className="page1"
playScale={1}
playScale={0.5}
replay
hideProps={{ 0: { reverse: true } }}
location="page1"
style={{ marginTop: 150 }}
>
<TweenOne className="tween-one" key="0" animation={{ opacity: 1 }}>
每次进入都启动播放
Expand Down

0 comments on commit 5ca493f

Please sign in to comment.