You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
It would be useful if <paper-slider> fired a new type of event (proposed name: manual-change) when value changes due to manual interaction with the slider.
which would invoke the handleManualChange function only when the value changes due to someone interacting with the slider, and not when the bound currentTime variable changes.
This is important if, e.g., the <paper-slider> serves as a media playback scrubber, where it serves the dual-purpose of reflecting the current playback time and allowing someone to seek to a new time manually.
The text was updated successfully, but these errors were encountered:
It would be useful if
<paper-slider>
fired a new type of event (proposed name:manual-change
) whenvalue
changes due to manual interaction with the slider.This new event would allow for
which would invoke the
handleManualChange
function only when thevalue
changes due to someone interacting with the slider, and not when the boundcurrentTime
variable changes.This is important if, e.g., the
<paper-slider>
serves as a media playback scrubber, where it serves the dual-purpose of reflecting the current playback time and allowing someone to seek to a new time manually.The text was updated successfully, but these errors were encountered: