Linux 软件免费装

Paragraph Typewriter Effect

开发者 sergeyvladimirovich
更新时间 2025年9月11日 17:52
PHP版本: 5.6 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

matrix animation typewriter text effect cyberpunk

下载

1.0.5 1.0.6 1.0.7 1.0.8 1.0.9

详情介绍:

EN | RU Adds realistic typewriter animation to paragraphs with sequential display/erase effect. Now with awesome cyberpunk matrix-style effects!

安装:

  1. Install via WordPress admin panel
  2. Activate the plugin
  3. Configure in Settings → Paragraph Typewriter
  4. Enable cyberpunk effects in style settings == Installation ==
  5. Install via WordPress admin panel
  6. Activate the plugin
  7. Configure in "Settings → Typewriter Effect"
  8. Enable cyberpunk effects in style settings

屏幕截图:

  • Settings panel
  • Cyberpunk matrix effect demo
  • Different intensity levels

升级注意事项:

1.0.6
  • Requires testing with your theme
  • Cyberpunk effects may require CSS adjustments for some themes
  • Backup recommended before update
1.0.5
  • Adds new handwriting feature
  • Improves settings interface

常见问题:

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.

How to enable cyberpunk effects?

Go to Settings → Paragraph Typewriter → Style Settings and enable "Cyberpunk Effect"

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.

How to enable cyberpunk effects?

Go to Settings → Typewriter Effect → Style Settings and enable "Cyberpunk Effect"

更新日志:

1.0.9 *Fixed horizontal plugin settings menu 1.0.7 1.0.6 1.0.5 1.0 How the code works
  1. Splits content into paragraphs via advanced HTML parsing
  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 with cyberpunk effects
  7. Checking for initialization to avoid conflicts
  8. NEW: Matrix-style cyberpunk effects with digital rain
New Features 1.0.6 1.0.5 1.0.1