tangbc / vue-virtual-scroll-list

⚡️A vue component support big amount data list with high render performance and efficient.
https://tangbc.github.io/vue-virtual-scroll-list
MIT License
4.37k stars 592 forks source link

distinguish "toBottom" and 'toBottom with bottom-threshold","totop" and 'toBottom with top-threshold" #411

Open masongzhi opened 1 year ago

masongzhi commented 1 year ago

What kind of this PR? (check at least one)

Other information: when i want to use toBottom for css style,and want to set bottom-threshold to load more data;and then this two case use same event. toBottom,it puzzled me;

因为ios会有弹性滚动的功能,如果bottom-threshold是0,则一直滚动是不会处罚toBottom的,所以我加了bottom-threshold为50,但是这又会影响我css触发到底部的样式,所以我拆分成2个event