mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +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),
|
||||
ease: 'cubicBezier(0.25, 0.1, 0.25, 1)',
|
||||
autoplay: onScroll({
|
||||
target,
|
||||
enter: 'bottom-=200 top',
|
||||
enter: { container: 'top+=500' },
|
||||
target: element,
|
||||
debug,
|
||||
}),
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue