0.0.17 • Published 8 years ago

ng-typist v0.0.17

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 years ago

ng-typist

Intro

Angular wrapper for malarkey - a module to provide typing simulation

Installing

  • npm install -g gulp gulp-cli install global cli dependencies
  • npm install to install dependencies

Running exmample app

  • gulp serve to launch guld-webserver

Usage

  1. <script type='text/javascript' src='ng-typist/dist/app.min.js'></script>
  2. angular.module('myApp', 'ng-typist')
  3. provide a config object
  4. make sure you have bootstrap css

Example

    $scope.typistConfig = {
        words: ['Thanks for using ng-typist...', 'Have a nice day!'], 
        id: 'typist',
        typeSpeed: 50,
        deleteSpeed: 50,
        pauseDelay: 500,
        loop: true,
        postfix: ''
    };
0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago