angular-typewriter
Version:
AngularJS directive that simulates the effect of typing on a text editor
12 lines (11 loc) • 395 B
JavaScript
/**
* @ngdoc Wrapper module for the AngularJS Typewrite directive.
*
* @name angularJsTypewriteApp
* @description This directive simulates the effect of typing on a text editor - with a blinking cursor.
* This directive works as an attribute to any HTML element, and it changes the speed/delay of its animation.
*
* # angularJsTypewriteApp
*/
angular
.module('angularTypewrite', []);