/typed-text

Polymer 1.4 element that simulates typing.

Primary LanguageHTML

<typed-text>

Polymer 1.4 element that simulates typing similar to typed.js for jQuery.

Check out the demo and full documentation

Setup

Install with bower or download the zip

bower install --save sespiros/typed-text

Import it in your code

<!-- for relative paths -->
<link rel="import"href="../bower_components/typed-text/typed-text.html">

Usage

<typed-text></typed-text>

Features

  • Can type and delete text
  • Supports constant looping between text
  • Cursor customization with custom-style
  • Smart noretype function that finds common parts of consecutive strings as shown in the demo
  • Style it however you want for cool effects!

Contribute

Feel free to extend it or propose new functionality