PolymerElements / paper-toast

A Material Design popup toast
53 stars 29 forks source link

Callback when toast closes #85

Closed StokeMasterJack closed 8 years ago

StokeMasterJack commented 8 years ago

I would like to show the toast then got to another screen. It would be nice to have a callback when the toast closes. I tried using iron-overlay-closed but that doesn't seem to be called.

valdrinkoshi commented 8 years ago

Hi @StokeMasterJack, iron-overlay-closed is the right event to listen for, see this example http://jsbin.com/hicafup/1/edit?html,output