Title: Type-WR
Author: petrolytvyn
Published: <strong>2026 年 2 月 10 日</strong>
Last modified: 2026 年 2 月 10 日

---

搜索插件

![](https://ps.w.org/type-wr/assets/banner-772x250.png?rev=3457653)

![](https://ps.w.org/type-wr/assets/icon.svg?rev=3457653)

# Type-WR

 作者：[petrolytvyn](https://profiles.wordpress.org/petrolytvyn/)

[下载](https://downloads.wordpress.org/plugin/type-wr.1.0.0.zip)

 * [详情](https://cn.wordpress.org/plugins/type-wr/#description)
 * [评价](https://cn.wordpress.org/plugins/type-wr/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/type-wr/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/type-wr/#developers)

 [支持](https://wordpress.org/support/plugin/type-wr/)

## 描述

Type-WR allows you to easily implement the popular “typing text” animation effect
without writing a single line of JavaScript.

Simply wrap the target text in a shortcode or use a specific CSS class, and the 
plugin will sequentially display the text character by character, simulating a traditional
typewriter.

**Key Features:**

 * **Easy Integration:** Use the [typewr] shortcode or apply the class ‘typewr-type’.
 * **Customization:** Control typing speed, the presence of a blinking cursor, and
   the conditions for when to show the animation.
 * **Lightweight:** Minimal JavaScript footprint (typewr-script.js) ensuring fast
   page load times.
 * **Compatibility:** Works seamlessly with the Block Editor (Gutenberg) and Classic
   Editor.

## 屏幕截图

 * [[
 * The settings panel showing customization options for speed, cursor, and triggers.
 * [[
 * Example of the animated typing effect in action on the website frontend.

## 安装

### Manual Installation

 1. Upload the ‘type-wr’ folder to the ‘/wp-content/plugins/’ directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.

### Usage

**1. Using the Shortcode:**

Wrap your content with the shortcode:

    ```
    [typewr]This text will be typed out letter by letter.[/typewr]
    ```

There may be nested tags inside. They will be printed one by one.

    ```
    [typewr]
        <h1>This title will be printed.</h1>
        <p>And this paragraph too.</p>
    [/typewr] 
    ```

**2. Using a CSS Class :**

If you use code add the class ‘typewr-type’ to any HTML element (eg div, h1, h2,
h3, pre, p ) on your page or post.

    ```
    <div class ='typewr-type'>
        <h1>This title will be printed letter by letter.</h1>
        <p>This text will be typed out letter by letter.</p>
    </div>
    ```

You can create animation directly in the text

    ```
    This word will be <span class='typewr-type'>animated</span>.
    ```

### Setting

You can change the settings in the “Settings” menu: select “Type-WR”.

**Available Setting Attributes:**

 * speed : Time in milliseconds between each character (default: 50).
 * cursor : Checkbox – show blinking cursor or not (default: true).
 * trigger : When to start animation select “When loading the page” or “When an 
   element appears on the screen” (default: ‘load’)”.

## 常见问题

### How do I change the speed of the typing or the presence of a blinking cursor?

You can adjust the speed or showing the cursor in the plugin settings page (Settings-
> Type-WR).

### Does it work with special characters?

Yes, the script handles standard and most UTF-8 characters without issues.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Type-WR」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ petrolytvyn ](https://profiles.wordpress.org/petrolytvyn/)

[帮助将「Type-WR」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/type-wr)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/type-wr/)，查看[SVN仓库](https://plugins.svn.wordpress.org/type-wr/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/type-wr/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/type-wr/)。

## 更新日志

#### 1.0.0

 * Initial release.
 * Added core typing functionality via ‘typewr-script.js’.
 * Included shortcode [typewr] and CSS class ‘typewr-type’.

## 额外信息

 *  版本 **1.0.0**
 *  最后更新：**4 月前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 5.0 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/type-wr/)
 * 标签
 * [animation](https://cn.wordpress.org/plugins/tags/animation/)[letter](https://cn.wordpress.org/plugins/tags/letter/)
   [text](https://cn.wordpress.org/plugins/tags/text/)[Typewriter](https://cn.wordpress.org/plugins/tags/typewriter/)
   [typing](https://cn.wordpress.org/plugins/tags/typing/)
 *  [高级视图](https://cn.wordpress.org/plugins/type-wr/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/type-wr/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/type-wr/reviews/)

## 贡献者

 *   [ petrolytvyn ](https://profiles.wordpress.org/petrolytvyn/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/type-wr/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://www.buymeacoffee.com/lytvynpetro)