APP UI: Terminal Text
Web Component using using VanillaJS that animates text like an old school terminal
Examples
Install
Using bower:
bower install app.ui.terminaltext
Usage
- Import Web Components' polyfill
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
- Import Custom Element:
<link rel="import" href="components/app.ui.terminaltext">
- 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