1.0.4 • Published 2 years ago

ng-typing-animation v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

TypingAnimation

Install

Install npm:

npm install --save-dev ng-typing-animation

Install yarn

yarn add ng-typing-animation -D

Import in your module

import { TypingAnimationModule } from 'ng-typing-animation';

@NgModule({
  imports: [
    TypingAnimationModule
  ]
})

Usage

<typing-animation
  text="The text comes here!!!"
  class="yourStyle"
  textColor="colorText"
  [cursor]="booleanValue"
></typing-animation>
text - your text
textColor - color text and color cursor blink
cursor - boolean value to show or not cursor
inputstypes
textstring
textColorstring
cursorboolean
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

4 years ago