OLD | NEW |
1 paper-ripple | 1 paper-ripple |
2 ============ | 2 ============ |
3 | 3 |
4 `paper-ripple` provides a visual effect that other paper elements can | 4 `paper-ripple` provides a visual effect that other paper elements can |
5 use to simulate a rippling effect emanating from the point of contact. The | 5 use to simulate a rippling effect emanating from the point of contact. The |
6 effect can be visualized as a concentric circle with motion. | 6 effect can be visualized as a concentric circle with motion. |
7 | 7 |
8 Example: | 8 Example: |
9 | 9 |
10 ```html | 10 ```html |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 | 56 |
57 ```html | 57 ```html |
58 <paper-ripple center></paper-ripple> | 58 <paper-ripple center></paper-ripple> |
59 ``` | 59 ``` |
60 | 60 |
61 Apply `circle` class to make the rippling effect within a circle. | 61 Apply `circle` class to make the rippling effect within a circle. |
62 | 62 |
63 ```html | 63 ```html |
64 <paper-ripple class="circle"></paper-ripple> | 64 <paper-ripple class="circle"></paper-ripple> |
65 ``` | 65 ``` |
OLD | NEW |