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

Component Demo is broken #47

Closed
abitrolly opened this issue Jan 26, 2018 · 2 comments
Closed

Component Demo is broken #47

abitrolly opened this issue Jan 26, 2018 · 2 comments

Comments

@abitrolly
Copy link

  1. Open https://googlecodelabs.github.io/codelab-components/components/codelab-components/#google-codelab
  2. Click Demo top right
  3. Click right nav

Counter on he left switches, but content doesn't change. Console shows errors.

[Deprecation] Styling master document from stylesheets defined in HTML Imports is deprecated, and is planned to be removed in M65, around March 2018. Please refer to https://goo.gl/EGXzpw for possible migration paths.

docs.js:155 Behavior Polymer.IronA11yKeysBehavior not found when mixing properties into google-codelab!
keyframe-effect-constructor.js:128 Uncaught TypeError: Failed to execute 'animate' on 'Element': 'function (a){return a}' is not a valid value for easing
    at Object.b.newUnderlyingAnimationForKeyframeEffect (keyframe-effect-constructor.js:128)
    at b.Animation._rebuildUnderlyingAnimation (web-animations-next-animation.js:86)
    at new b.Animation (web-animations-next-animation.js:35)
    at b.AnimationTimeline._play (timeline.js:48)
    at Object.b.newUnderlyingAnimationForGroup (group-constructors.js:189)
    at b.Animation._rebuildUnderlyingAnimation (web-animations-next-animation.js:90)
    at new b.Animation (web-animations-next-animation.js:35)
    at b.AnimationTimeline._play (timeline.js:48)
    at b.AnimationTimeline.play (timeline.js:65)
    at HTMLElement._runAnimationEffects (neon-animation-runner-behavior.html:62)
@x1ddos
Copy link
Contributor

x1ddos commented Apr 17, 2018

@abitrolly I'm afraid we will not be fixing this.
We're working on a complete drop-in replacement using just Custom Elements spec, without Polymer or other frameworks/libs, in https://github.com/googlecodelabs/codelab-elements.

See #49 for more details.

@x1ddos x1ddos closed this as completed Apr 17, 2018
@abitrolly
Copy link
Author

Thanks for the heads up. Would be interested to test.

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

2 participants