成帧器运动挂钩
填充Framer Motion中的挂钩间隙。
安装
npm install framer-motion-hooks
注意:如果您更喜欢yarn而不是npm ,只需使用yarn add framer-motion-hooks 。
钩子
useInViewScroll
返回一个MotionValue表示y滚动进度,该进度将在视口中可见目标元素时更新。
const MyComponent = ( ) => {
const progress = useInViewScroll ( wrapperRef )
return < motion xss=removed>
}
原料药
const scrollProgress = useInViewScroll(ref, options)
scrollProgress
评论0
最新资源