Skip to content

Instantly share code, notes, and snippets.

@IntranetFactory
Created September 9, 2014 23:19
Show Gist options
  • Select an option

  • Save IntranetFactory/c09ac40fb403706a5230 to your computer and use it in GitHub Desktop.

Select an option

Save IntranetFactory/c09ac40fb403706a5230 to your computer and use it in GitHub Desktop.
designer
<link href="../paper-ripple/paper-ripple.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
#paper_ripple {
left: 0px;
top: 0px;
width: 100%;
height: 100%;
position: absolute;
}
</style>
<paper-ripple id="paper_ripple"></paper-ripple>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment