paper-fab-transitions icon indicating copy to clipboard operation
paper-fab-transitions copied to clipboard

speed dial demo not working for me

Open davehorton opened this issue 9 years ago • 3 comments

the other demo elements work, but speed dial fails for me (in Chrome) and I see this error in dev tools:

Uncaught TypeError: Failed to execute 'animate' on 'Element': 'function (a){return a}' is not a valid value for easing

davehorton avatar Nov 28 '16 22:11 davehorton

Can you link to the problem?

bennypowers avatar Nov 29 '16 12:11 bennypowers

I just go to this link: http://gabiaxel.github.io/paper-fab-transitions/components/paper-fab-transitions/demo/

davehorton avatar Nov 29 '16 15:11 davehorton

polymer.html:1089 Uncaught TypeError: Failed to execute 'animate' on 'Element': 'function (a){return a}' is not a valid value for easing at Object.b.newUnderlyingAnimationForKeyframeEffect (web-animations-next-lite.min.js:16) at b.Animation._rebuildUnderlyingAnimation (web-animations-next-lite.min.js:15) at new b.Animation (web-animations-next-lite.min.js:15) at b.AnimationTimeline._play (web-animations-next-lite.min.js:15) at Object.b.newUnderlyingAnimationForGroup (web-animations-next-lite.min.js:16) at b.Animation._rebuildUnderlyingAnimation (web-animations-next-lite.min.js:15) at new b.Animation (web-animations-next-lite.min.js:15) at b.AnimationTimeline._play (web-animations-next-lite.min.js:15) at b.AnimationTimeline.play (web-animations-next-lite.min.js:15) at HTMLElement._runAnimationEffects (neon-animation-runner-behavior.html:62)

grv07 avatar Feb 09 '18 04:02 grv07