mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
refactor(features): update autoplay target and enter properties
This commit is contained in:
parent
1c5e197245
commit
af93b600e0
1 changed files with 2 additions and 2 deletions
|
@ -141,8 +141,8 @@ const featureList = [
|
||||||
delay: stagger(150),
|
delay: stagger(150),
|
||||||
ease: 'cubicBezier(0.25, 0.1, 0.25, 1)',
|
ease: 'cubicBezier(0.25, 0.1, 0.25, 1)',
|
||||||
autoplay: onScroll({
|
autoplay: onScroll({
|
||||||
target,
|
enter: { container: 'top+=500' },
|
||||||
enter: 'bottom-=200 top',
|
target: element,
|
||||||
debug,
|
debug,
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue