Skip to content

An AngularJS module that allows you simulate a typing effect with an animation

License

Notifications You must be signed in to change notification settings

jonatasleon/angular-ui-typing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular uiTyping

Usage

<link rel="stylesheet" href="./bower_components/angular-ui-typing/uiTyping.css">
<script src="./bower_components/angular-ui-typing/uiTyping.js"></script>

Example

// app.js
angular.module("myApp", ["uiTyping"]);
angular.module("myApp").controller("myCtrl", function($scope) {
    $scope.typeOfNouns = [
        "Proper Nouns",
        "Material Nouns",
        "Compound Nouns",
        "Countable Nouns"
    ];
});
<!-- index.html -->
<h1 ui-typing="typeOfNouns" looping="true"></h1>

About

An AngularJS module that allows you simulate a typing effect with an animation

Resources

License

Stars

Watchers

Forks

Packages

No packages published