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
exports[`given the <Parallax> component when the prop {disabled: true} is given then it renders without issue and calls create element with props 1`] = `
222
-
<DocumentFragment>
223
-
<div
224
-
style="will-change: transform;"
225
-
/>
226
-
</DocumentFragment>
227
-
`;
228
-
229
-
exports[`given the <Parallax> component when the prop {easing: 'easeInQuad'} is given then it renders without issue and calls create element with props 1`] = `
230
-
<DocumentFragment>
231
-
<div
232
-
style="will-change: transform;"
233
-
/>
234
-
</DocumentFragment>
235
-
`;
236
-
237
-
exports[`given the <Parallax> component when the prop {easing: [Array] } is given then it renders without issue and calls create element with props 1`] = `
238
-
<DocumentFragment>
239
-
<div
240
-
style="will-change: transform;"
241
-
/>
242
-
</DocumentFragment>
243
-
`;
244
-
245
-
exports[`given the <Parallax> component when the prop {onChange: [Function: onChange] } is given then it renders without issue and calls create element with props 1`] = `
246
-
<DocumentFragment>
247
-
<div
248
-
style="will-change: transform;"
249
-
/>
250
-
</DocumentFragment>
251
-
`;
252
-
253
-
exports[`given the <Parallax> component when the prop {onEnter: [Function: onEnter] } is given then it renders without issue and calls create element with props 1`] = `
254
-
<DocumentFragment>
255
-
<div
256
-
style="will-change: transform;"
257
-
/>
258
-
</DocumentFragment>
259
-
`;
260
-
261
-
exports[`given the <Parallax> component when the prop {onExit: [Function: onExit] } is given then it renders without issue and calls create element with props 1`] = `
262
-
<DocumentFragment>
263
-
<div
264
-
style="will-change: transform;"
265
-
/>
266
-
</DocumentFragment>
267
-
`;
268
-
269
-
exports[`given the <Parallax> component when the prop {onProgressChange: [Function: onProgressChange] } is given then it renders without issue and calls create element with props 1`] = `
270
-
<DocumentFragment>
271
-
<div
272
-
style="will-change: transform;"
273
-
/>
274
-
</DocumentFragment>
275
-
`;
276
-
277
-
exports[`given the <Parallax> component when the prop {opacity: [Array] } is given then it renders without issue and calls create element with props 1`] = `
exports[`given the <Parallax> component when the prop {rootMargin: [Object] } is given then it renders without issue and calls create element with props 1`] = `
286
-
<DocumentFragment>
287
-
<div
288
-
style="will-change: transform;"
289
-
/>
290
-
</DocumentFragment>
291
-
`;
292
-
293
-
exports[`given the <Parallax> component when the prop {rotate: [Array] } is given then it renders without issue and calls create element with props 1`] = `
exports[`given the <Parallax> component when the prop {rotateX: [Array] } is given then it renders without issue and calls create element with props 1`] = `
exports[`given the <Parallax> component when the prop {rotateY: [Array] } is given then it renders without issue and calls create element with props 1`] = `
exports[`given the <Parallax> component when the prop {rotateZ: [Array] } is given then it renders without issue and calls create element with props 1`] = `
exports[`given the <Parallax> component when the prop {scale: [Array] } is given then it renders without issue and calls create element with props 1`] = `
exports[`given the <Parallax> component when the prop {scaleX: [Array] } is given then it renders without issue and calls create element with props 1`] = `
exports[`given the <Parallax> component when the prop {scaleY: [Array] } is given then it renders without issue and calls create element with props 1`] = `
exports[`given the <Parallax> component when the prop {scaleZ: [Array] } is given then it renders without issue and calls create element with props 1`] = `
exports[`given the <Parallax> component when the prop {shouldAlwaysCompleteAnimation: true} is given then it renders without issue and calls create element with props 1`] = `
358
-
<DocumentFragment>
359
-
<div
360
-
style="will-change: transform;"
361
-
/>
362
-
</DocumentFragment>
363
-
`;
364
-
365
-
exports[`given the <Parallax> component when the prop {shouldDisableScalingTranslations: true} is given then it renders without issue and calls create element with props 1`] = `
366
-
<DocumentFragment>
367
-
<div
368
-
style="will-change: transform;"
369
-
/>
370
-
</DocumentFragment>
371
-
`;
372
-
373
-
exports[`given the <Parallax> component when the prop {speed: 10} is given then it renders without issue and calls create element with props 1`] = `
exports[`given the <Parallax> component when the prop {startScroll: 0, endScroll: 1000} is given then it renders without issue and calls create element with props 1`] = `
382
-
<DocumentFragment>
383
-
<div
384
-
style="will-change: transform;"
385
-
/>
386
-
</DocumentFragment>
387
-
`;
388
-
389
-
exports[`given the <Parallax> component when the prop {targetElement: HTMLDivElement {} } is given then it renders without issue and calls create element with props 1`] = `
390
-
<DocumentFragment>
391
-
<div
392
-
style="will-change: transform;"
393
-
/>
394
-
</DocumentFragment>
395
-
`;
396
-
397
-
exports[`given the <Parallax> component when the prop {translateX: [Array] } is given then it renders without issue and calls create element with props 1`] = `
exports[`given the <Parallax> component when the prop {translateY: [Array] } is given then it renders without issue and calls create element with props 1`] = `
0 commit comments