This is a Polymer web-component that mimics a type writer effect.
Feel free to use it in your projects or to fork and contribute to it.
This Element is currently using Polymer 1 but will be updated shortly to the latest version.
The type-write element has the following properties available that allow its customization:
- An array for its text content
- Character type speed
- Character deletion speed
- Time before write
- Time before deletion
- Loop control
- Color for cursor & text
- Cursor type and blinking animation
- Stop function to break out of the loop
<type-write text-array='["This is a demo...", "...of the type-write-animation element"]'></type-write>