googlearchive / paper-dialog

A dialog à la Material Design
19 stars 16 forks source link

Closing dialog, button animation causes error 'Cannot removeChild of Null' #40

Open mwinters-stuff opened 9 years ago

mwinters-stuff commented 9 years ago

Cannot removeChild of Null

Seems that the animation on the button is still running when the dialog/overlay is closed..

Dialog needs to either end the button animation or wait until the animation is finished before the dialog / overlay is removed.

lext-7 commented 9 years ago

I meet this error ,too. How to deal with it?