Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to set a condition so that between the first and second mouse clicks there was a delay not > 500mls

buttonClicks.pipe(
  bufferTime(500),
  filter((clicks) => clicks.length > 1)
);
 
PREVIOUS NEXT
Tagged: #set #condition #mouse #clicks #delay
ADD COMMENT
Topic
Name
8+4 =