Skip to content

Commit 7c83618

Browse files
committed
Fix animation rerendering triggers
1 parent af06664 commit 7c83618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/animation/AnimationAction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var AnimationActionModel = AnimationActionAutogen.extend({
7474
// The onAfterRender will then trigger a new frame
7575
var scene = utils.getModelScene(this.get('localRoot'));
7676
if (scene) {
77-
scene.trigger('rerender');
77+
scene.trigger('rerender', this, {});
7878
}
7979
},
8080

0 commit comments

Comments
 (0)