Web Component that animates text like an old school terminal...
This component relies on the following third-party libraries:
Download the component and extract in 'components/app-ui-terminal-text'
cd [project folder]
wget https://github.com/app-ui/terminal-text/archive/master.zip
unzip master.zip -d ./components/
Using bower: (Old method)
bower install app.ui.terminaltext
The component is built on top of APP which should be loaded before the component in the section of your website. This library uses the non-standard method of "html imports" for loading custom elements.
- Include APP library
<script src="components/app/build/app.min.js"></script>
- Import Custom Element:
<link rel="import" href="components/app-ui-terminal-text">
- Start using it!
<div is="app-ui-terminal-text"></div>
For now only the div
of the block level tags is supported.
These are the set of options you can use as attributes in your custom element:
...
...
Initiated by Makis Tracend ( @tracend )
This extension is based on the Commons component with the same name.
Distributed through Makesites.org
Released under the MIT License