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

Error when playing a nested sibling fill forwards group effect #215

Open
alancutter opened this issue Sep 19, 2019 · 0 comments
Open

Error when playing a nested sibling fill forwards group effect #215

alancutter opened this issue Sep 19, 2019 · 0 comments

Comments

@alancutter
Copy link
Contributor

Repro:

document.timeline.play(
    new SequenceEffect([
      new GroupEffect([new KeyframeEffect(null, [], 100)]),
      new GroupEffect([new KeyframeEffect(null, [], 100)], {fill: 'forwards'}),
    ])
);

Stack trace:

web-animations-next-animation.js:133 Uncaught TypeError: Cannot read property '_setExternalAnimation' of undefined
    at b.Animation._setExternalAnimation (web-animations-next-animation.js:133)
    at b.Animation._setExternalAnimation (web-animations-next-animation.js:133)
    at Object.b.bindAnimationForGroup (group-constructors.js:199)
    at b.Animation._rebuildUnderlyingAnimation (web-animations-next-animation.js:95)
    at new b.Animation (web-animations-next-animation.js:39)
    at b.AnimationTimeline._play (timeline.js:48)
    at b.AnimationTimeline.play (timeline.js:65)
    at <anonymous>:1:19
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