You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
When click on dropdown-trigger element dropdown-content should appear with animation.
Actual outcome
When click on dropdown-trigger element dropdown-content appears without any animation.
Also error is appeared in dev console: Couldnt play ( fade-in-animation ). ReferenceError: KeyframeEffect is not defined
The text was updated successfully, but these errors were encountered:
Description
In 1.x element`s version paper-menu-button-animations.html imports web-animations.html form neon-animation. (https://github.com/PolymerElements/paper-menu-button/blob/master/paper-menu-button-animations.html#L12)
Here is no such import in 2.0-preview version.
Expected outcome
When click on dropdown-trigger element dropdown-content should appear with animation.
Actual outcome
When click on dropdown-trigger element dropdown-content appears without any animation.
Also error is appeared in dev console:
Couldnt play ( fade-in-animation ). ReferenceError: KeyframeEffect is not defined
The text was updated successfully, but these errors were encountered: