gorork / paper-audio-player

A custom audio player with paper material style
http://nadikun.com/code/paper-audio-player/demo
MIT License
197 stars 59 forks source link

Set time control in player, and some polymer related change #3

Closed GreenHorse closed 8 years ago

GreenHorse commented 8 years ago

The methods used by the listeners have been set as private, as for the "convertSecToMin" There was a property color in the element, it is now exposed in the css, the doc is changed accordingly. In polymer-progress there is an attribute step, so instead of doing time 1000 for more precision the step is set to 0.001.

I needed to be able to change the time of the music, it is now done

gorork commented 8 years ago

@GreenHorse Thanks for these additions, they look great! Please create a separate PRs for different features though.

GreenHorse commented 8 years ago

I will make separate PR for each.