Skip to content

Delay between strings is inconsistent/gets longer #347

@sreuter

Description

@sreuter
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions