We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ff076 commit 5fb0079Copy full SHA for 5fb0079
packages/g-base/src/animate/timeline.ts
@@ -181,11 +181,6 @@ class Timeline {
181
self.removeAnimator(i);
182
}
183
184
- const autoDraw = this.canvas.get('autoDraw');
185
- // 非自动更新模式下,需要手动更新
186
- if (!autoDraw) {
187
- this.canvas.draw();
188
- }
189
190
});
191
@@ -229,11 +224,6 @@ class Timeline {
229
224
animator.stopAnimate(toEnd);
230
225
231
226
this.animators = [];
232
233
234
235
236
237
227
238
228
239
/**
0 commit comments