We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb0c80 commit 1644f20Copy full SHA for 1644f20
site/content/examples/05-bindings/10-bind-this/App.svelte
@@ -20,7 +20,7 @@
20
const t = window.performance.now();
21
22
const r = 64 + (128 * x / canvas.width) + (64 * Math.sin(t / 1000));
23
- const g = 64 + (128 * y / canvas.height) + (64 * Math.cos(t / 1000));
+ const g = 64 + (128 * y / canvas.height) + (64 * Math.cos(t / 1400));
24
const b = 128;
25
26
imageData.data[p + 0] = r;
0 commit comments