=== Typing Animation Block === Contributors: middle-way-approach Donate link: https://github.com/middle-way-approach/gutenberg-typing-animation-block Tags: typing animation, typewriter effect Requires at least: 5.0 Tested up to: 5.7 Stable tag: 1.2.0 Requires PHP: 5.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html A Gutenberg block to render a typing animation or typewriter effect. == Description == You can use the block inside the Gutenberg editor as you would use a headline block. You can find it in the common section. You can change the text that appears in the animation in the editor (Number 1 in the screenshot). The different sentences are separated by a pipe (|). You can format the text by using `...` for italic or `...` for bold text. To change the underlying element that is used in the html of the page (h1 to h6 or span) there is a dropdown menu in the block toolbar(Number 2 in the screenshot). In the block panel you find different options to customize the speed, looping and other options of the typing (Number 3 in the screenshot). The underlying library used is Typed.js. You can find more information in the [repo](https://github.com/mattboldt/typed.js) Icon made by [freepik](https://www.flaticon.com/de/autoren/freepik) from www.flaticon.com == Installation == After you install and activate the plugin you can use it as a block in the Gutenberg editor. You find it under the common section. == Screenshots == 1. The position of the different parameters as explained in the description. == Changelog == = 1.2 = * Test with newest Wordpress version * Fix some issues with 5.7 = 1.1 = * Test with newest Wordpress version * update packages = 1.0 = * Initial release