Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

angular automatic typewriter animation

$ npm install angular-typing-animation --save
//app.module.ts
import { TypingAnimationDirective } from 'angular-typing-animation'
@NgModule({
  ...
  declarations: [
        TypingAnimationDirective,
    ...
    
//app.component.html
<span typingAnimation [typeSpeed]="20" [startDelay]="2000" 
  (complete)="onComplete()">
</span>
Source by www.npmjs.com #
 
PREVIOUS NEXT
Tagged: #angular #automatic #typewriter #animation
ADD COMMENT
Topic
Name
8+7 =