Title: TextTweener
Author: Michael Rademacher
Published: <strong>11 ເມສາ 2026</strong>
Last modified: 11 ເມສາ 2026

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/texttweener/assets/banner-772x250.jpg?rev=3503894)

![](https://ps.w.org/texttweener/assets/icon-256x256.png?rev=3503894)

# TextTweener

 ໂດຍ [Michael Rademacher](https://profiles.wordpress.org/realmaker/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/texttweener.1.1.0.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/texttweener/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/texttweener/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/texttweener/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/texttweener/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/texttweener/)

## ຄຳອະທິບາຍ

TextTweener is a Gutenberg block that creates smooth, animated text transitions.
Individual letters morph and move to their new positions, creating an elegant text
rotation effect.

**Live Demo:** [https://realmaker.de/texttweener/](https://realmaker.de/texttweener/)—
see the animation in action before installing.

**Source Code & Build Instructions:**

The minified file `assets/texttweener.umd.min.js` is built from the TypeScript source
at:
 [https://github.com/Realmaker/textTweener](https://github.com/Realmaker/textTweener)

To build from source:

 1. Clone the repository: `git clone https://github.com/Realmaker/textTweener.git`
 2. Install dependencies: `npm install`
 3. Build: `npm run build`

The compiled output is generated in `dist/` using [tsup](https://tsup.egoist.dev/)(
ESBuild-based bundler). The build configuration is in `tsup.config.ts`.

**Features:**

 * Smooth letter-by-letter animation between text phrases
 * Customizable display duration, transition speed, and stagger
 * Multiple easing presets (Smooth, Ease Out, Bounce, Linear)
 * Add as many text phrases as you need
 * Responsive and works with any WordPress theme
 * No jQuery dependency
 * No-JavaScript fallback for accessibility

**Usage:**

 1. Add the “TextTweener” block in the WordPress block editor
 2. Enter at least two text phrases in the block settings
 3. Customize animation settings (duration, easing, stagger) as desired
 4. Publish and watch your text animate

## ພາບໜ້າຈໍ

[⌊TextTweener block in the Block Inserter (Text category).⌉⌊TextTweener block in
the Block Inserter (Text category).⌉[

TextTweener block in the Block Inserter (Text category).

[⌊Block sidebar — add as many text phrases as you like.⌉⌊Block sidebar — add as 
many text phrases as you like.⌉[

Block sidebar — add as many text phrases as you like.

[⌊Animation controls — display duration, transition, stagger, easing, loop.⌉⌊Animation
controls — display duration, transition, stagger, easing, loop.⌉[

Animation controls — display duration, transition, stagger, easing, loop.

[⌊Appearance controls — font size.⌉⌊Appearance controls — font size.⌉[

Appearance controls — font size.

## ບລັອກ

ປລັກອິນນີ້ມີ 1 ບລັອກ.

 *   TextTweener Animated text transitions — letters morph to their new positions.

## ການຕິດຕັ້ງ

 1. Upload the `texttweener` folder to `/wp-content/plugins/`
 2. Activate the plugin through the “Plugins” menu in WordPress
 3. Use the “TextTweener” block in the block editor

## ຄຳຖາມທີ່ພົບເລື້ອຍ

### How many text phrases can I add?

You can add as many text phrases as you like. A minimum of two is required for the
animation to work.

### Does it work with any theme?

Yes, TextTweener works with any WordPress theme that supports the block editor.

### Can I control the animation speed?

Yes. You can adjust the display duration (how long each text is shown), transition
duration (how fast the morph animation plays), and stagger (delay between individual
letter animations).

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“TextTweener” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການ
ພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Michael Rademacher ](https://profiles.wordpress.org/realmaker/)

“TextTweener” ໄດ້ຖືກແປເປັນ 1 ພາສາທ້ອງຖິ່ນ. ຂໍຂອບໃຈ [ທີມງານຜູ້ແປ](https://translate.wordpress.org/projects/wp-plugins/texttweener/contributors)
ສຳລັບການປະກອບສ່ວນຂອງເຂົາເຈົ້າ.

[ແປ “TextTweener” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/texttweener)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/texttweener/), ກວດເບິ່ງ 
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/texttweener/), ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/texttweener/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/texttweener/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.1.0

 * Improved WordPress.org compliance
 * Replaced inline scripts with wp_add_inline_script()
 * Added internationalization support (load_plugin_textdomain)
 * Updated block.json with editorScript, editorStyle, and viewScript
 * Changed license to GPL-2.0-or-later
 * Added readme.txt
 * Updated to modern script registration format
 * Replaced deprecated AlignmentToolbar with AlignmentControl

#### 1.0.0

 * Initial release

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.1.0**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **3 ເດືອນ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **ໜ້ອຍກວ່າ 10**
 *  ເວີຊັນ WordPress ** 6.3 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **6.9.4**
 *  ເວີຊັນ PHP ** 7.4 ຫຼື ສູງກວ່າ **
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/texttweener/) ແລະ [Russian](https://ru.wordpress.org/plugins/texttweener/).
 *  [ແປເປັນພາສາຂອງເຈົ້າ](https://translate.wordpress.org/projects/wp-plugins/texttweener)
 * ແທັກ
 * [animation](https://lo.wordpress.org/plugins/tags/animation/)[block](https://lo.wordpress.org/plugins/tags/block/)
   [morph](https://lo.wordpress.org/plugins/tags/morph/)[text](https://lo.wordpress.org/plugins/tags/text/)
   [transition](https://lo.wordpress.org/plugins/tags/transition/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/texttweener/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

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

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/texttweener/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Michael Rademacher ](https://profiles.wordpress.org/realmaker/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/texttweener/)