Debounce in ExtendScript?

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
jgate
Posts: 2
Joined: August 23rd, 2019, 2:03 am

Hi there,

Is there a debounce function in ExtendScript for AE? or anything similar?
https://davidwalsh.name/javascript-debounce-function

I cant use Sleep because it hangs the main thread. Reason is i'm using a Slider and changing it values trigger a complex operation, so a debounce like feature will let me trigger it only when user stops changing its values.

Thanks
Post Reply