Description
EN | RU
Adds realistic typewriter animation to paragraphs with sequential display/erase effect.
How It Works Technically
- Splits content into paragraphs using
wpautop()
- Uses JavaScript recursion with dynamic timeouts:
- Type speed: 30-80ms/character (randomized)
- Pause before erase: 2000ms
- Erase speed: 10ms/character
- Pure CSS blinking cursor animation
- Conflict-free initialization check
RUAdds a typewriter effect with sequential output and erasing of paragraphs.
How the code works
- Splits content into paragraphs via
wpautop()
- Uses recursive JavaScript:
– Typing speed: 30-80ms/character (randomized)
– Pause before erasing: 2000ms
– Erase speed: 10ms/character
3. CSS animation of the blinking cursor
4. Checking for initialization to avoid conflicts
Credits
Developed by Sergey_Vladimirovich with coding assistance from DeepSeek Chat AI.
Thanks
Developed by Sergey Vladimirovich with technical support from DeepSeek Chat AI.
Privacy
This plugin does not collect any user data.
Installation
- Install via WordPress admin panel
- Activate the plugin
- Configure in Settings Paragraph Typewriter1. Install via WordPress admin panel
- Activate the plugin
- Configure in “Settings Typewriter Effect”
FAQ
-
How to change animation speed?
-
Use
ptw_speed
filter in child theme. -
Does it work with Gutenberg?
-
Yes, compatible with classic and block editors.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Paragraph Typewriter Effect” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Paragraph Typewriter Effect” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.