Michał Skowronek
Michał Skowronek
Thanks @vaxul for raising this. I agree with you, component should support providing aria label. I am open for taking PR for this.
Thanks for the good idea. I will take that into consideration. Unfortunately this is not as easy as I'd like (referring to this issue #17). In the near future I...
Hi, I have just started to work on that feature. Right now you can preview it here: http://codepen.io/coderitual/full/QKezVb/
Yep, I am aware of that issues and will try to address them all.
Hi, there is no such functionality at the moment. As you can see the library accepts `value` parameter as a template from which all numbers are taken. The latter are...
Hello, from now on you can use `initialValue`. It is no comprehensive `from` `to` yet, but for your case should be enough. Sorry for late answer.
This is WIP at the moment but I will put the high priority on this. Do you have something against webcomponents? I am considering API and WC would make it...
Ok got it. I will look at these props. Two options I am considering: - returning instance of bounty instead of `cancel` method. Of cource `cancel` will be a part...
I think we ca go with 1 option. To consider: General idea is as follows: To avoid 3 parameters regarding value (initial, value, old) we can change api to allow...
Yup. Something like that. Even first animation would need calling `to`. This will improve consistency and will resolve another issue I have.