[review] BackTop 组件 #9
yangxiaolu1993
started this conversation in
General
Replies: 0 comments 1 reply
-
1、动画和duration没有互斥,在duration大于0时动画才生效 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1、 是否有动画,和duration参数互斥是什么意思?
isAnimation && duration > 0 ? scrollAnimation() : scroll()
2、不能自定义 className 与 style
<BackTop elId="elId" distance={200} className='backbox' backTopClick={() => { console.log('触发返回顶部') }} >
3、 prop:isAnimation 不生效
4、组件内定义的 className 值未使用 bem 函数
Beta Was this translation helpful? Give feedback.
All reactions