0.0.17 • Published 9 years ago

ng-typist v0.0.17

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
9 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

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago