Skip to content

Commit 2766dfb

Browse files
committed
Freezing variation 3
1 parent 7811140 commit 2766dfb

12 files changed

+460
-2
lines changed

.gitignore

100755100644
File mode changed.

LICENSE.md

100755100644
File mode changed.

README.md

100755100644
File mode changed.

fibonacci.js

100755100644
File mode changed.

index.html

100755100644
File mode changed.

index.js

100755100644
+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ const animate = true;
3838
//~ const animate = false;
3939
const sleep = ms => new Promise(r => setTimeout(r, ms));
4040
const fxhashDecimal = base58toDecimal(fxhashTrunc);
41-
const featureVariant = fxHashToVariant(fxhashDecimal, 14);
42-
//~ const featureVariant = -1;
41+
//~ const featureVariant = fxHashToVariant(fxhashDecimal, 14);
42+
const featureVariant = 3;
4343
const featureHue = fxHashToVariant(fxhashDecimal, 240) + 60;
4444
const featureSaturation = fxHashToVariant(fxhashDecimal, 25) + 75;
4545
const featureLuminance = fxHashToVariant(fxhashDecimal, 30) + 30;

math.js

100755100644
File mode changed.

math.js.LICENSE.txt

100755100644
File mode changed.

math.js.map

100755100644
File mode changed.

p5.min.js

100755100644
File mode changed.

p5.min.js.LICENSE.txt

+458
Large diffs are not rendered by default.

style.css

100755100644
File mode changed.

0 commit comments

Comments
 (0)