Skip to content

Typing Effect on Multiple Elements Starts Sequentially Instead of Simultaneously #220

@vivek-anand-singh

Description

@vivek-anand-singh

Description:

Currently, in the code implementing a typing effect, the effect is applied sequentially to elements with the class .typingeffect. This means that the typing effect starts on one element and then proceeds to the next after a delay. The desired behavior is for the typing effect to start simultaneously on all elements when the window loads.

Steps to Reproduce:

  1. Add multiple elements with the class typingeffect in an HTML file.
  2. Apply the existing JavaScript typing effect.
  3. Load the page and observe that the typing effect starts one after the other (sequentially).

Expected Behavior:

All elements with the class typingeffect should start the typing effect at the same time when the window loads, without any delay between elements.

Current Behavior:

The typing effect on multiple elements starts one by one, sequentially, with a delay for each element.

Environment:

  • Browser: Chrome, Firefox, etc.
  • Operating System: Any

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