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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/paper-behaviors/README.md

Issue 1468623004: Update Polymer from 1.2.1 -> 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@travis-yml
Patch Set: local-state.html Created 5 years, 1 month 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-behaviors
2 ===============
3 1
4 These are common behaviors used across `paper-*` elements. 2 <!---
3
4 This README is automatically generated from the comments in these files:
5 paper-button-behavior.html paper-checked-element-behavior.html paper-inky-focu s-behavior.html paper-ripple-behavior.html
6
7 Edit those files, and our readme bot will duplicate them over here!
8 Edit this file, and the bot will squash your changes :)
9
10 -->
11
12 [![Build Status](https://travis-ci.org/PolymerElements/paper-behaviors.svg?branc h=master)](https://travis-ci.org/PolymerElements/paper-behaviors)
13
14 _[Demo and API Docs](https://elements.polymer-project.org/elements/paper-behavio rs)_
15
16
17 <!-- No docs for Polymer.PaperButtonBehavior found. -->
18
19 ##Polymer.PaperRippleBehavior
20
21
22 `Polymer.PaperRippleBehavior` dynamically implements a ripple
23 when the element has focus via pointer or keyboard.
24
25 NOTE: This behavior is intended to be used in conjunction with and after
26 `Polymer.IronButtonState` and `Polymer.IronControlState`.
27
28
29
30 ##Polymer.PaperCheckedElementBehavior
31
32
33 Use `Polymer.PaperCheckedElementBehavior` to implement a custom element
34 that has a `checked` property similar to `Polymer.IronCheckedElementBehavior`
35 and is compatible with having a ripple effect.
36
37
38 ##Polymer.PaperInkyFocusBehavior
39
40
41 `Polymer.PaperInkyFocusBehavior` implements a ripple when the element has keyboa rd focus.
42
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698