Sha256: 922d03a8d93a8418442d65ab50124c6fef3f6e2dd27448bae808e8d7dd806644

Contents?: true

Size: 1.37 KB

Versions: 5

Compression:

Stored size: 1.37 KB

Contents

<!---

This README is automatically generated from the comments in these files:
iron-resizable-behavior.html

Edit those files, and our readme bot will duplicate them over here!
Edit this file, and the bot will squash your changes :)

The bot does some handling of markdown. Please file a bug if it does the wrong
thing! https://github.com/PolymerLabs/tedium/issues

-->

[![Build status](https://travis-ci.org/PolymerElements/iron-resizable-behavior.svg?branch=master)](https://travis-ci.org/PolymerElements/iron-resizable-behavior)

_[Demo and API docs](https://elements.polymer-project.org/elements/iron-resizable-behavior)_


##Polymer.IronResizableBehavior

`IronResizableBehavior` is a behavior that can be used in Polymer elements to
coordinate the flow of resize events between "resizers" (elements that control the
size or hidden state of their children) and "resizables" (elements that need to be
notified when they are resized or un-hidden by their parents in order to take
action on their new measurements).

Elements that perform measurement should add the `IronResizableBehavior` behavior to
their element definition and listen for the `iron-resize` event on themselves.
This event will be fired when they become showing after having been hidden,
when they are resized explicitly by another resizable, or when the window has been
resized.

Note, the `iron-resize` event is non-bubbling.


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-polymer-magazine-0.1.4 assets/bower_components/iron-resizable-behavior/README.md
jekyll-polymer-magazine-0.1.3 assets/bower_components/iron-resizable-behavior/README.md
jekyll-polymer-magazine-0.1.2 assets/bower_components/iron-resizable-behavior/README.md
jekyll-polymer-magazine-0.1.1 assets/bower_components/iron-resizable-behavior/README.md
jekyll-polymer-magazine-0.1.0 assets/bower_components/iron-resizable-behavior/README.md