ngx-sbz-type-delete
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

An infinite type and delete animation in Angular 10

demo-gif

Current Version
License

An angular 10 component for infinite type and delete animation

Demo

Installation

  1. run this:
    npm i ngx-sbz-type-delete
  2. go to app.module and add this:
    import { InfiniteTypeDeleteModule } from "ngx-sbz-type-delete";
     
    @NgModule({
        imports: [
            InfiniteTypeDeleteModule
        ]
    })
  3. use like this:
     <ngx-sbz-type-delete [wordArray]="['hello']"></ngx-sbz-type-delete>

4.. Enjoy :)

Inputs to customize to animation

Input Type Default Description
wordArray string[] ----------- array of strings to be displayed on screen
textColor string 'black' text and blink color
fontSize string '20px' size of the text. suffix must be px/vw/vh
blinkWidth string '2px' width of the blinking cursor at the end. suffix must be px/vw/vh
typingSpeedMilliseconds number 300 delay between each letter typing. 1000 milliseconds => 1 second
deleteSpeedMilliseconds number 300 delay between each letter delete. 1000 milliseconds => 1 second

Contribution

Want to contribute? Great! It's open source.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

  • You can find the license here: License

Package Sidebar

Install

npm i ngx-sbz-type-delete

Weekly Downloads

4

Version

2.0.3

License

SEE LICENSE IN LICENSE

Unpacked Size

99.7 kB

Total Files

23

Last publish

Collaborators

  • liraz-sbz