Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vivek-anand-singh opened this issue Oct 24, 2024 · 1 comment

Comments

@vivek-anand-singh
Copy link
Contributor

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
@vivek-anand-singh
Copy link
Contributor Author

Could you please assign this issue to me ? I have already worked on the typing effect which got merged earlier .

@rajatuiwebdev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant