Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the demos don't work in Chrome and Opera #1006

Closed
lext-7 opened this issue Dec 8, 2014 · 1 comment
Closed

the demos don't work in Chrome and Opera #1006

lext-7 opened this issue Dec 8, 2014 · 1 comment

Comments

@lext-7
Copy link

lext-7 commented Dec 8, 2014

I downloaded the source code from polymer-project.
But the demo.html of papar-dropdown-menu didn't work in Chrome and Opera, but it worked in IE and Firefox.

@lext-7
Copy link
Author

lext-7 commented Dec 8, 2014

I came to see the online demo website of polymer, I tried to figure out why their codes worked well. Finally I found a lit bit difference.
My file 'core-animation/web-animation.html' :

<script src="../web-animations-js/web-animations-next-lite.min.js"></script>

The one online:

<link rel="import" href="../web-animations-next/web-animations.html">

After I changed it, it worked as I expected.

Great.

@lext-7 lext-7 closed this as completed Dec 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant