gorork / paper-audio-player

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

Suggest using webcomponents-lite.js #13

Closed robdodson closed 8 years ago

robdodson commented 8 years ago

Polymer has a light weight shadow dom shim that it ships with called shady DOM. We usually recommend using webcomponents-lite.js so you don't have to download the entire shadow dom polyfill (which is massive and slow).

gorork commented 8 years ago

Thanks @robdodson!