feathersui-openfl
feathersui-openfl copied to clipboard
When the duration is 0, the scroller.stop() should be executed once
When I swipe the ListView and release the mouse, the ListView will have an update animation that continuously affects the scrollX and scrollY values. If I call a call with a duration of 0 at this time, it will result in invalidity:
this.list_msg.scrollToIndex(this.list_msg.dataProvider.length - 1, 0);