app.ui.terminaltext

A Polymer element that creates an element to animate text like old school terminals


Keywords
app-ui, ui, terminal, polymer, web-components
License
MIT
Install
bower install app.ui.terminaltext

Documentation

APP UI: Terminal Text

Web Component using using VanillaJS that animates text like an old school terminal

Examples

Basic application.

Install

Using bower:

bower install app.ui.terminaltext

Usage

  1. Import Web Components' polyfill
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
  1. Import Custom Element:
<link rel="import" href="components/app.ui.terminaltext">
  1. Start using it!
<div is="terminal-text"></div>

For now only the div of the block level tags is supported.

Options

...

Events

...

Credits

This extension is baced on the Commons component with the same name.

Initiated by Makis Tracend ( @tracend )

Distributed through Makesites.org

License

Released under the MIT License