Back to Amphtml

Rate Limited Input Examples in AMP

examples/amp-rate-limited.amp.html

latest401 B
Original Source

On Change Slider

This slider's value should update on mouse up, after the user finishes dragging the slider.

0

Throttled Slider

This slider's value should update at a throttled rate of once every 100ms, while the user is dragging the slider.

0

Debounced Slider

This slider's value should update 300ms after the user stops moving the slider, but not necessarily after mouse up.

0