summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index c70702f..0bb0916 100644
--- a/index.html
+++ b/index.html
@@ -47,7 +47,7 @@ function button (src) {
document.getElementById("buttons").appendChild( el );
}
var frameCountEl = document.getElementById("frameCount");
-var frameCount = frameCountEl.value = 100
+var frameCount = frameCountEl.value = 255
frameCountEl.addEventListener("keyup", function(){
var _this = this;
setTimeout(function(){