Skip to content

Commit 3af861b

Browse files
committed
Timeline sets the parent and boolean
1 parent 5896b42 commit 3af861b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

v3/src/tween/timeline/Timeline.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ var Timeline = new Class({
103103

104104
queue: function (tween)
105105
{
106-
tween.timeline = this;
106+
tween.parent = this;
107+
tween.parentIsTimeline = true;
107108

108109
this.data.push(tween);
109110

0 commit comments

Comments
 (0)