diff --git a/paper-ripple.html b/paper-ripple.html index 3fb18a3..74a1ad3 100644 --- a/paper-ripple.html +++ b/paper-ripple.html @@ -67,6 +67,12 @@ Apply `circle` class to make the rippling effect within a circle. + +The following custom properties and mixins are also available for styling: + +Custom property | Description | Default +----------------|-------------|---------- +`--paper-ripple` | Mixin applied to the paper ripple | `{}` @group Paper Elements @element paper-ripple @@ -93,6 +99,8 @@ * handler "interrupts" that event handler (which happens when the * ripple is created on demand) */ pointer-events: none; + + @apply(--paper-ripple); } :host([animating]) {