Sha256: 9115de9f51e0d2d8a9ec230f9b28424ce13e91ffe70ee7bee2dba06ae2750310
Contents?: true
Size: 788 Bytes
Versions: 12
Compression:
Stored size: 788 Bytes
Contents
iron-resizable-behavior ======================= `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
12 entries across 12 versions & 4 rubygems