Linux 软件免费装
Banner图

Jupa - Typed Text

开发者 jupa8
更新时间 2026年9月19日 23:21
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

block gutenberg animation typewriter typed.js

下载

1.0.0 1.0.1

详情介绍:

Jupa Typed Text adds a block that types out one or more lines of text with a realistic typewriter animation, powered by Typed.js. Each line is a regular paragraph block, so you can format text, add links, or use any inline formatting the editor already supports. Simple and easy to use straight from the block inserter, with no configuration required to get started, yet fully customizable when you need it: typing speed, delays, cursor, looping, colors, typography, and even a callback for when the animation finishes. 📺 Watch the video tutorial on YouTube. Features Usage
  1. Insert the "Typed Text" block from the inserter.
  2. Write one or more lines of text; each paragraph inside the block becomes a line in the animation.
  3. Open the block sidebar to adjust typing speed, delays, cursor, loop, smart backspace, and shuffle.
  4. Optionally, set a function name under "Callbacks > On complete" and define window.typed.onComplete.yourFunctionName in your theme or plugin JavaScript to run code when the animation finishes.

安装:

  1. Upload the plugin files to the /wp-content/plugins/jupa-typed-text directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the "Plugins" screen in WordPress.
  3. Insert the "Typed Text" block from the block inserter.

屏幕截图:

  • Live preview with sample text, alongside the block's settings panel.
  • Each line inside the block is a regular paragraph, so the standard formatting toolbar is available.
  • All the plugin's options: typing speed, delays, cursor, loop, smart backspace, shuffle, and the "On complete" callback.

升级注意事项:

1.0.1 Fixes paragraph text color not showing on the frontend, and a cursor placement issue introduced by that fix. 1.0.0 Initial release.

常见问题:

Can each line have different formatting?

Yes. Each line is a standard paragraph block, so bold, italic, links, and other inline formatting work normally.

How do I use the "On complete" callback?

In the block sidebar, under "Callbacks > On complete", type a function name (for example myCallback). Then, in your theme or plugin JavaScript, define that function on window.typed.onComplete before the block's script runs: window.typed = window.typed || {}; window.typed.onComplete = window.typed.onComplete || {}; window.typed.onComplete.myCallback = function () { // Runs once the typing animation finishes. }; If loop is enabled, the callback runs every time the animation completes a cycle, not just once.

What happens if I don't set an "On complete" function?

Nothing extra happens; the animation just finishes and, if looping is enabled, starts again.

Does this work in the Site Editor / FSE templates?

Yes, it's a standard block with apiVersion: 3 and works anywhere blocks are supported.

更新日志:

1.0.1 1.0.0