googlearchive / paper-slider

A slider à la Material Design
16 stars 18 forks source link

Change watcher fires before value updates, when tapping slider #39

Closed michaelpg closed 9 years ago

michaelpg commented 9 years ago

Tapping a position on the slider (instead of holding and dragging) causes the on-change handler to be called before this.value has been updated to the new value. This means using window.requestAnimationFrame in the handler as a workaround.