File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 86
86
}
87
87
],
88
88
"dependencies" : {
89
- "parallax-controller" : " ^1.1.1 "
89
+ "parallax-controller" : " ^1.2.0 "
90
90
},
91
91
"devDependencies" : {
92
92
"@babel/core" : " ^7.16.0" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export function getParallaxProps(
20
20
opacity : props . opacity ,
21
21
easing : props . easing ,
22
22
rootMargin : props . rootMargin ,
23
- shouldStartAnimationInitialInView : props . shouldStartAnimationInitialInView ,
23
+ shouldAlwaysCompleteAnimation : props . shouldAlwaysCompleteAnimation ,
24
24
onProgressChange : props . onProgressChange ,
25
25
onChange : props . onChange ,
26
26
onEnter : props . onEnter ,
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ export const StartAnimationAtInitialPosition = (args) => {
158
158
`${ args . startTranslateX } ${ unit } ` ,
159
159
`${ args . endTranslateX } ${ unit } ` ,
160
160
] }
161
- shouldStartAnimationInitialInView
161
+ shouldAlwaysCompleteAnimation
162
162
>
163
163
< Element name = { i } />
164
164
</ Parallax >
Original file line number Diff line number Diff line change @@ -10989,10 +10989,10 @@ pako@~1.0.5:
10989
10989
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
10990
10990
integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
10991
10991
10992
- parallax-controller@^1.1.1 :
10993
- version "1.1.1 "
10994
- resolved "https://registry.yarnpkg.com/parallax-controller/-/parallax-controller-1.1.1 .tgz#a83e9b1f74fd776e4ac548c7bc57296705dea2a4 "
10995
- integrity sha512-wgC/af23fMD5LCK15A3VffXGiO3EXs+d1gs4pB3Hf4JZwZ6NXNC4dH6v4+ruCvxVA91C4znpyQ3OyiggEqG1HA ==
10992
+ parallax-controller@^1.2.0 :
10993
+ version "1.2.0 "
10994
+ resolved "https://registry.yarnpkg.com/parallax-controller/-/parallax-controller-1.2.0 .tgz#c6358302f4111bb975fa94409595c309dccd99e8 "
10995
+ integrity sha512-o3tbh7tHw5pYKA+29aiQ2zsb5EtYIqED3oGoloLzezMvSTC9FAGwxpWzAyZ9A7529FTo2Q7xNgGtfvU1jF78+Q ==
10996
10996
dependencies:
10997
10997
bezier-easing "^2.1.0"
10998
10998
You can’t perform that action at this time.
0 commit comments