android13/external/chromium-trace/catapult/third_party/polymer/components/paper-behaviors
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
.github initial 2024-06-22 20:45:49 +08:00
demo initial 2024-06-22 20:45:49 +08:00
test initial 2024-06-22 20:45:49 +08:00
.bower.json initial 2024-06-22 20:45:49 +08:00
.travis.yml initial 2024-06-22 20:45:49 +08:00
CONTRIBUTING.md initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
bower.json initial 2024-06-22 20:45:49 +08:00
index.html initial 2024-06-22 20:45:49 +08:00
paper-button-behavior.html initial 2024-06-22 20:45:49 +08:00
paper-checked-element-behavior.html initial 2024-06-22 20:45:49 +08:00
paper-inky-focus-behavior.html initial 2024-06-22 20:45:49 +08:00
paper-ripple-behavior.html initial 2024-06-22 20:45:49 +08:00

README.md

Build status

Demo and API docs

##Polymer.PaperCheckedElementBehavior

Use Polymer.PaperCheckedElementBehavior to implement a custom element that has a checked property similar to Polymer.IronCheckedElementBehavior and is compatible with having a ripple effect.

##Polymer.PaperInkyFocusBehavior

Polymer.PaperInkyFocusBehavior implements a ripple when the element has keyboard focus.

##Polymer.PaperRippleBehavior

Polymer.PaperRippleBehavior dynamically implements a ripple when the element has focus via pointer or keyboard.

NOTE: This behavior is intended to be used in conjunction with and after Polymer.IronButtonState and Polymer.IronControlState.