VirtualList scrollTo/scrollToItem 能不能添加个 enhanced 参数? #14162
Labels
A-components-advanced
Area - 高阶组件
E-medium
Helper Wanted - Medium
enhancement
New feature or request
这个特性解决了什么问题?
项目中使用
VirtualList
写了个 IndexBar 索引列表,不开启enhanced
的时候滚动会抖动的厉害,开启enhanced
的时候滚动没问题了,但是点击index
时调用scrollTo
滚动到指定位置的时候会有半秒的滚动动画(过程是白屏的)。希望可以在
scrollTo
添加个enhanced
参数,可以自由选择是否使用动画去调用scrollTo
接口。这个 API 长什么样?
scrollToItem(index: number, align: string = "auto", enhanced: bool = false): void
The text was updated successfully, but these errors were encountered: