refactor(features): update autoplay target and enter properties

This commit is contained in:
taroj1205 2025-06-08 12:52:17 +12:00
parent 1c5e197245
commit af93b600e0
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -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,
}),
})