We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc6311 commit 1ff49ddCopy full SHA for 1ff49dd
index.html
@@ -63,9 +63,6 @@ <h2 id="autoplay">Autoplay</h2>
63
function setup() {
64
createCanvas(100, 100);
65
background(255, 0, 200);
66
-
67
- // Don't slow down the whole page.
68
- noLoop();
69
}
70
</script>
71
@@ -116,7 +113,6 @@ <h2 id="implicit-setup">Implicit <code>setup()</code></h2>
116
113
117
114
<script type="text/p5" data-autoplay>
118
115
119
-noLoop();
120
121
122
<h2 id="error-handling">Error Handling</h2>
@@ -190,7 +186,6 @@ <h2 id="resizing">Resizing</h2>
190
186
191
187
createCanvas(300, 100);
192
188
193
194
189
195
196
0 commit comments