forked from avi/signalelsewhere
Save point: Scene 3 LAB 484 appears 500ms before incubator text, cursor removed, text moved down 2 lines
This commit is contained in:
@@ -281,6 +281,7 @@
|
|||||||
|
|
||||||
#scene3Text {
|
#scene3Text {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
margin-top: 2.4rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
@@ -765,14 +766,14 @@
|
|||||||
title.classList.add('visible');
|
title.classList.add('visible');
|
||||||
}, 300);
|
}, 300);
|
||||||
|
|
||||||
typeCalmly(textContainer, "- IS AN INCUBATOR THAT HAS MANY DECENTRALIZED STARTUPS UNDERNEATH IT", () => {
|
setTimeout(() => {
|
||||||
|
typeCalmly(textContainer, "IS AN INCUBATOR THAT HAS MANY DECENTRALIZED STARTUPS UNDERNEATH IT", () => {
|
||||||
recruitLines.style.display = 'flex';
|
recruitLines.style.display = 'flex';
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
rl1.style.display = 'flex';
|
rl1.style.display = 'flex';
|
||||||
|
|
||||||
blinkCursor(cursor, 1, () => {
|
typeCalmly(rt1, "THE LAB IS CONNECTING WITH PEOPLE WHO SEE WHAT'S HAPPENINGG - WHO KNOW CHANGE ISN'T OPTIONAL. WE'RE LOOKING FOR THOSE READY TO STEP IN AND SHAPE THE FUTURE", () => {
|
||||||
typeCalmly(rt1, "THE LAB IS CONNECTING WITH PEOPLE WHO SEE WHAT'S HAPPENINGG - WHO KNOW CHANGE ISN'T OPTIONAL. WE'RE LOOKING FOR THOSE READY TO STEP IN AND SHAPE THE FUTURE", () => {
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
const fitInText = document.getElementById('scene3FitInText');
|
const fitInText = document.getElementById('scene3FitInText');
|
||||||
fitInText.textContent = 'WHERE DO YOU FIT IN?';
|
fitInText.textContent = 'WHERE DO YOU FIT IN?';
|
||||||
@@ -804,9 +805,9 @@
|
|||||||
}, 500);
|
}, 500);
|
||||||
}, 500);
|
}, 500);
|
||||||
}, undefined, undefined, scene3TypewriterTimeouts);
|
}, undefined, undefined, scene3TypewriterTimeouts);
|
||||||
});
|
|
||||||
}, 2000);
|
}, 2000);
|
||||||
}, undefined, undefined, scene3TypewriterTimeouts);
|
}, undefined, undefined, scene3TypewriterTimeouts);
|
||||||
|
}, 800);
|
||||||
}
|
}
|
||||||
sceneElem.style.opacity = opacity;
|
sceneElem.style.opacity = opacity;
|
||||||
}, 30);
|
}, 30);
|
||||||
|
|||||||
Reference in New Issue
Block a user