PolymerElements / paper-progress

A Material Design progress
32 stars 43 forks source link

paper-progress event #36

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi there,

Is there any event fired when sliding the paper-progress ? I've tried on-iron-change but it does not work.

Thanks

keanulee commented 8 years ago

<paper-progress> is a progress bar, so as a developer you are updating its value (and should know when it changes). Did you mean <paper-slider> (in which case you can listen for immediate-value-change)?

ghost commented 8 years ago

Oh, yeah i did not see that element .. I'm sorry. Thanks !