Not sure why the debounce was ever removed, can only imagine it was because throttle and debounce at the same time didn't play well together (in which case - this could have been prevented through the options and not allowing both at the same time).
I need to wait for an animation to complete, before allowing the in-view events to fire. In practical terms - I need the delay. Open to alternative suggestions.
Not sure why the debounce was ever removed, can only imagine it was because throttle and debounce at the same time didn't play well together (in which case - this could have been prevented through the options and not allowing both at the same time).
I need to wait for an animation to complete, before allowing the in-view events to fire. In practical terms - I need the delay. Open to alternative suggestions.