bendavis78 / paper-time-picker

Material design time picker component for polymer
http://bendavis78.github.io/paper-time-picker/
MIT License
89 stars 61 forks source link

Update to latest material design spec #3

Closed bendavis78 closed 8 years ago

bendavis78 commented 9 years ago

It seems the material design spec has changed the date and time pickers (yay). It seems the only changes for the time selector are the header size and the transition between hours and minutes. In the updated spec, the transition no longer uses scaling, but simply rotates the hand to the correct position.

Any work on this should be done based off of the polymer1 branch. Pull requests are welcomed.

bendavis78 commented 9 years ago

I've started a material-update branch for this and have merged #9.

bendavis78 commented 8 years ago

Pushed to master, will tag 1.1 soon after.