Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1402)

Side by Side Diff: third_party/polymer/v0_8/components/paper-ripple/README.md

Issue 1162963002: Revert "Rename polymer and cr_elements v0_8 to v1_0" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 ```
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698