owsolutions / amazing-time-picker

Timepicker (Clock Picker) for Angular 2, Angular 4 and Angular 5, Angular 6, Angular 7 - Compatible with Angular Material
137 stars 76 forks source link

Enhancement - Animation while switching from hours to minutes #93

Closed Chris2011 closed 6 years ago

Chris2011 commented 6 years ago

I set the flag changeToMinutes="true" and it works perfect, but I think it could be more smoothly, because it jumps hard after I've chosen an hour. Please have a look at the android time picker when you set a clock for yourself. There you can see, how smooth it switches to the minutes.

Cheers

Chris

torabian commented 6 years ago

Thank you for your suggestion Chris;

@yousefsami has a work around this. Now if the animation is available in default, and you can make remove animation if you provide animate attribute.

This made by @smitelij via https://github.com/owsolutions/amazing-time-picker/pull/57

This feature will be available from 1.6.0 on npm, and now on master branch.

Chris2011 commented 6 years ago

Great, thx :)