=== Type-WR === Contributors: petrolytvyn Requires at least: 5.0 Requires PHP: 7.4 Tested up to: 6.9 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Donate link: https://www.buymeacoffee.com/lytvynpetro Tags: typewriter, typing, animation, text, letter **A plugin that adds a simple, customizable typewriter (typing) animation effect to any HTML element on your WordPress site.** == Description == 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. == Installation == ### 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]
And this paragraph too.
[/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.This text will be typed out letter by letter.