angular-bounce
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Angular Bounce

Animate.css for Angular4+;

AOT compatible

Installation

npm install angular-bounce --save

Usage

    import { BOUNCE_IN, BOUNCE_OUT } from 'angular-bounce';

    @Component({
      selector: 'app-root',
      templateUrl: './app.component.html',
      styleUrls: ['./app.component.css'],
      animations: [
        trigger('heroState', [
          transition('inactive => active', [ 
            useAnimation(BOUNCE_IN)
          ]),
          transition('active => inactive', [ 
            useAnimation(BOUNCE_OUT)
          ])
        ])
      ]
    })

Package Sidebar

Install

npm i angular-bounce

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

535 kB

Total Files

14

Last publish

Collaborators

  • andrey149502