PolymerElements / paper-dropdown-menu

A Material Design browser select element
https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu
61 stars 107 forks source link

Error When using vulcanized import #149

Closed bkr32 closed 8 years ago

bkr32 commented 8 years ago

when using a vulcanized import file i get the following error when trying to click the drop down menu

Uncaught ReferenceError: KeyframeEffect is not defined

it works fine when using normal import method

valdrinkoshi commented 8 years ago

This might have been related to https://github.com/PolymerElements/paper-menu-button/issues/16 which has been fixed in paper-menu-button v1.1.2. @bkr32 could you please check if that is the case or if the problem persists?

bkr32 commented 8 years ago

it appears to be fixed now thanks