You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| id | string | null | need to location the id,parallax the `location` or link the `to`, need to use |
120
121
| playScale | number / array |`0.5`| percentage of screen to start play, screen center is 0.5, if replay is true : [bottomEnter, topLeave], topLeave >= bottomEnter |
| hideProps | object |`null`| v0.3.0 children hideProps move here. If the child does not have, default: { children: null }. children be `rc-tween-one` { 'userKey': { reverse: true }} |
126
135
127
136
### react 15.2.0 react-unknown-prop warnings, hideProps move to tag.
| playScale | array |`[0, 1]`| play area, [start, end]<br/> timeline: `[{playScale: [0, 0.2]}, {playScale: [0, 0.8]}]]`, Second will increase by 0.2, The second end is 1 |
| showHeightActive| string / number / array |`50%`| enter distance window top `50%` add `active`, leave same; is array [enter, leave]; |
173
+
| showHeightActive| string / number / array |`50%`| enter: the element offset top `50%` add `active`, leave: the element in the window `50%` remove `active`; is array [enter, leave]; |
163
174
| toShowHeight | boolean | false | scroll to `showHeightActive`|
164
-
| offsetTop | number | 0 | scroll to elem top offset |
175
+
| offsetTop | number | 0 | scroll to elem top offset |
0 commit comments