Lines Matching refs:animation
57 const animation = CanvasKit.MakeAnimation(jsonStr);
58 animation.delete();
77 ctx.animation = CanvasKit.MakeAnimation(jsonStr);
78 expect(ctx.animation).toBeTruthy();
83 ctx.animation.seek(ctx.timer);
91 ctx.animation.delete();
108 ctx.animation = CanvasKit.MakeAnimation(jsonStr);
109 expect(ctx.animation).toBeTruthy();
113 ctx.animation.seek(Math.random());
117 ctx.animation.delete();
134 ctx.animation = CanvasKit.MakeAnimation(jsonStr);
135 expect(ctx.animation).toBeTruthy();
136 ctx.animation.seek(0.5);
146 ctx.animation.render(ctx.canvas);
151 ctx.animation.delete();