-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Description
const strings = ["employee onboardings.", "visitor sign-ins.", "standups.", "meetings.", "compliance checklists.", "deployment checklists.", "airbnb cleanings.", "purchase orders.", "customer onboardings.", "incident reports.", "surveys.", "pick lists.", "daily routines.", "repetitive tasks."];
new TypeIt(`[data-text-attribute-id="a9265c50-98a3-438c-ab32-ce8cd56ed779"]`, {
startDelete: true,
loop: true,
strings: strings,
breakLines: false,
speed: 65,
deleteSpeed: 35,
nextStringDelay: [3000, 100],
lifeLike: false,
}).go();
This is what we have live on https://www.questmate.com/, if you want to look at how it behaves. While there's a minimal delay at the beginning, after visitor sign-ins.
things seem to slow down significantly.
ZhongxuYang
Metadata
Metadata
Assignees
Labels
No labels