Changeset 2211476
- Timestamp:
- 12/13/2019 10:32:22 AM (6 years ago)
- Location:
- typing-animation-block/trunk
- Files:
-
- 4 added
- 1 edited
-
.editorconfig (added)
-
.eslintignore (added)
-
.eslintrc.json (added)
-
.gitignore (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
typing-animation-block/trunk/readme.txt
r2195976 r2211476 1 === typing-animation-block ===1 === Typing Animation Block === 2 2 Contributors: middle-way-approach 3 3 Donate link: https://github.com/middle-way-approach/gutenberg-typing-animation-block … … 14 14 == Description == 15 15 16 You can use the block inside the Gutenberg editor as you would use a headline block. 17 You can find it in the common section. 18 You can change the text that appears in the animation in the editor (Number 1 in the screenshot). 19 The different sentences are separated by a pipe (|). 20 You can format the text by using <i>...</i> for italic or <b>...</b> for bold text. 21 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). 22 In the block panel you find different options to customize the speed, looping and other options of the typing (Number 3 in the screenshot). 16 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 `<i>...</i>` for italic or `<b>...</b>` 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) 23 17 24 The underlying library used is Typed.js. You can find more information in the [repo](https://github.com/mattboldt/typed.js) 18 <sub>Icon made by [freepik](https://www.flaticon.com/de/autoren/freepik) from www.flaticon.com<sub> 25 19 26 20 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.