These are React component mixins that add createTween and createTimeline functions.
They should:
- accept the same args that
new Tween or new Timeline would
- return the created Tween or Timeline (for chaining)
- automatically
kill() them when the target component unmounts
These are React component mixins that add
createTweenandcreateTimelinefunctions.They should:
new Tweenornew Timelinewouldkill()them when the target component unmounts