I am in the process of creating a Polymer-based webpage, and I want to include a link to the paper-button
I have created. I have managed to link it, but I would like to incorporate a delay so that users can see the ripple animation after clicking.
In order to link it to a webpage, I have used this code:
<a href="http://www.google.it"> <paper-button raised> Visit Polymer's Website </paper-button> </a>
However, I am unsure about how to add a delay. Can anyone assist me with this? Additionally, is there a more effective way to link the button to a webpage?