我有一个函数,它在滑块的滑动/更改事件上被调用。当我的滑块逐渐更改时,一切正常,但是当滑块的句柄急剧移动时,处理函数不会被执行,但句柄仍然会移动。我知道同步处理会杀死,有没有办法改善这种行为?
请不要索要样品,你要么知道我在说什么,要么不知道。谢谢。
更新 1
Just to add some more details - In my slider change function I'm updating canvas, not the lightest call exactly. The only thing I can think of is to use timer and check if the actual handle position matches the last call, which is a big mess.