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 {
|
||||
white-space: pre-wrap;
|
||||
margin-top: 2.4rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
@@ -765,13 +766,13 @@
|
||||
title.classList.add('visible');
|
||||
}, 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';
|
||||
|
||||
setTimeout(() => {
|
||||
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", () => {
|
||||
setTimeout(() => {
|
||||
const fitInText = document.getElementById('scene3FitInText');
|
||||
@@ -804,9 +805,9 @@
|
||||
}, 500);
|
||||
}, 500);
|
||||
}, undefined, undefined, scene3TypewriterTimeouts);
|
||||
});
|
||||
}, 2000);
|
||||
}, undefined, undefined, scene3TypewriterTimeouts);
|
||||
}, 800);
|
||||
}
|
||||
sceneElem.style.opacity = opacity;
|
||||
}, 30);
|
||||
|
||||
Reference in New Issue
Block a user