使用速度反应库设置基本水平滚动条时遇到了麻烦。根据我的理解,每个道具都作为Velocity构造函数中的选项传递。但是,需要在某些DOM元素上设置container
值的选项在渲染期间是不可能的。所以我的问题是可以动画滚动吗?
<VelocityComponent animation="scroll" duration={1000} axis="x" runOnMount={true} offset="-49">
<div className="Products">
{ children }
</div>
</VelocityComponent>