remove bloat css change of them toggle
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
function cureClick() {
|
||||
if (document.getElementById('cure-canvas')) return;
|
||||
|
||||
if (document.getElementById('lightning-canvas')) stopLightning();
|
||||
if (document.getElementById('typewriter-canvas')) stopTypewriter();
|
||||
if (document.getElementById('matrix-canvas')) stopMatrix();
|
||||
@@ -10,7 +9,7 @@ function cureClick() {
|
||||
el.textContent = "Actually... I'm feeling much better now!"
|
||||
startWater();
|
||||
isDay = false;
|
||||
applyState();
|
||||
makenight();
|
||||
setTimeout(() => {
|
||||
el.textContent = 'interest';
|
||||
stopWater();
|
||||
@@ -167,7 +166,7 @@ function draculaClick() {
|
||||
el.textContent = 'You have your whole life ahead of you. And I only offer death.';
|
||||
startLightning();
|
||||
isDay = false;
|
||||
applyState();
|
||||
makenight();
|
||||
setTimeout(() => {
|
||||
el.textContent = 'interest';
|
||||
stopLightning();
|
||||
@@ -276,7 +275,7 @@ function dragonTypewriterClick() {
|
||||
el.textContent = 'case file 36609...';
|
||||
startTypewriter();
|
||||
isDay = false;
|
||||
applyState();
|
||||
makenight();
|
||||
setTimeout(() => {
|
||||
el.textContent = 'interest';
|
||||
stopTypewriter();
|
||||
@@ -531,7 +530,7 @@ function stopTypewriter() {
|
||||
el.textContent = 'wake up, neo...';
|
||||
startMatrix();
|
||||
isDay = false;
|
||||
applyState();
|
||||
makenight();
|
||||
setTimeout(() => {
|
||||
el.textContent = 'interest';
|
||||
stopMatrix();
|
||||
@@ -685,7 +684,7 @@ function stopMatrix() {
|
||||
startRain();
|
||||
|
||||
isDay = false
|
||||
applyState();
|
||||
makenight();
|
||||
|
||||
setTimeout(() => {
|
||||
el.textContent = "interest";
|
||||
|
||||
Reference in New Issue
Block a user