Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 640 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 640 Bytes

Polymer one page scroller application

Example of Polymer one page scroller application. It's a template of polymer application that's not using neon-animated-pages or iron-pages.

I am using iscroll for scroll.

Demo here

Using and packing

If you want to use this example, download and run bower install. I am using vulcanize to pack all imports from dev.html to index.html, so you can use dev.html on your local environment.

You can also install vulcanize and run vulcanize dev.html > index.html to pack all imports to index.html