Is there an "onOpen" event for the paper dialog?

Is there an "onOpen" event for paper-dialog

? I would like to know when the dialog is completely "open" and "closed", mainly to change the content when the dialog finishes its open animation.

Earlier in Polymer 0.5, you could listen for an eventcore-overlay-close-completed

. However, it doesn't seem to work in 1.0, even when I changed core-overlay

to iron-overlay

.

+3


source to share


1 answer


Seems to inherit iron-overlay-behavior

, which triggers events iron-overlay-opened

andiron-overlay-closed

.



+3


source







All Articles