0

我有一个函数,它在滑块的滑动/更改事件上被调用。当我的滑块逐渐更改时,一切正常,但是当滑块的句柄急剧移动时,处理函数不会被执行,但句柄仍然会移动。我知道同步处理会杀死,有没有办法改善这种行为?

请不要索要样品,你要么知道我在说什么,要么不知道。谢谢。

更新 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.

4

1 回答 1

0

那么,以优雅的方式禁止急剧移动怎么样?真的有必要采取猛烈的行动吗?

于 2012-08-23T15:48:25.673 回答