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 |
121
+
| targetId | string | null | scroll target id, if don't window scroll, parent element is `overflow: scroll`, use parent id to do scroll; [demo refs](http://react-component.github.io/scroll-anim/examples/target.html)|
121
122
| playScale | number / array |`0.5`| percentage of screen to start play, screen center is 0.5, if replay is true : [bottomEnter, topLeave], topLeave >= bottomEnter |
| always | boolean |`true`| back to top, enter replay,as `false` will only play it again, leave does not play |
134
137
| replay | boolean |`false`| play every enter, do you want to animate each time you show the current, `false` only scroll to down play animate |
135
-
|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 }}|
138
+
|appear|boolean|`true`|whether support appear the operation|
0 commit comments