Polymer scroll to a specific div
问题 I am using Polymer Starter Kit, but what I need is that when I click in an element (link, buttom or similar) the page makes a scroll to a specific <div> in the same page, like when you use: <a href="specificID"> and goes to: <div id="specificID"> How can I do that in polymer? 回答1: Inside of your Polymer element's template, you should have your div that you wish to scroll to. Give your div some kind of id. For example: <div id="icecream"></div> . Polymer does a very convenient thing, where it