Linux 软件免费装

Paragraph Typewriter Effect

开发者 sergeyvladimirovich
更新时间 2025年6月22日 16:24
PHP版本: 5.6 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

animation typewriter text effect

下载

1.0.5

详情介绍:

EN | RU Adds realistic typewriter animation to paragraphs with sequential display/erase effect. How It Works Technically
  1. Splits content into paragraphs using wpautop()
  2. Uses JavaScript recursion with dynamic timeouts:
  3. Type speed: 30-80ms/character (randomized)
  4. Pause before erase: 2000ms
  5. Erase speed: 10ms/character
  6. Pure CSS blinking cursor animation
  7. Conflict-free initialization check RU

安装:

  1. Install via WordPress admin panel
  2. Activate the plugin
  3. Configure in Settings → Paragraph Typewriter == Installation ==
  4. Install via WordPress admin panel
  5. Activate the plugin
  6. Configure in "Settings → Typewriter Effect"

屏幕截图:

  • Settings panel

常见问题:

How to change animation speed?

Use ptw_speed filter in child theme.

Does it work with Gutenberg?

Yes, compatible with both Classic and Block editors.

FAQ

How to change the speed?

Use the running_text_speed filter in a child theme.

Does it work with Gutenberg?

Yes, compatible with classic and block editors.

更新日志:

1.0 How the code works
  1. Splits content into paragraphs via wpautop()
  2. Uses recursive JavaScript:
  3. Typing speed: 30-80ms/character (randomized)
  4. Pause before erasing: 2000ms
  5. Erase speed: 10ms/character
  6. CSS animation of the blinking cursor
  7. Checking for initialization to avoid conflicts == Changelog == == Upgrade Notice ==
1.0.1