Save point: Scene 3 LAB 484 appears 500ms before incubator text, cursor removed, text moved down 2 lines

This commit is contained in:
avi
2026-05-10 15:42:44 -05:00
parent 3ef72c3bb0
commit e42eecf861

View File

@@ -281,6 +281,7 @@
#scene3Text { #scene3Text {
white-space: pre-wrap; white-space: pre-wrap;
margin-top: 2.4rem;
} }
</style> </style>
</head> </head>
@@ -765,13 +766,13 @@
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');
@@ -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);