Skip to content

when animationName is changed, the referenced animation doesn't load #51

@Neobii

Description

@Neobii

When animationName is changed, the new animation doesn't load.

function playback({ state }){
  return (
	  <AnimateCC
	    animationName={state.playback.actor}
	    getAnimationObject={getAnimationObject}
	  /> 
  );
}

Perhaps it would be easiest if I just always load different animate into different AnimateCC components?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingreleased

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions