GabiAxel / paper-fab-transitions

Polymer elements for adding morphing and speed dial transitions to floating action buttons
http://gabiaxel.github.io/paper-fab-transitions/components/paper-fab-transitions/demo/
MIT License
49 stars 15 forks source link

speed dial demo not working for me #11

Open davehorton opened 7 years ago

davehorton commented 7 years ago

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

bennypowers commented 7 years ago

Can you link to the problem?

davehorton commented 7 years ago

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

grv07 commented 6 years ago

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)