@foblex/flow-animator
TypeScript icon, indicating that this package has built-in type declarations

16.1.0 • Public • Published

@foblex/flow-animator

Animation library for @foblex/flow, designed to provide smooth and customizable animations for your Angular projects.

Features

  • Seamless integration with Angular applications.
  • Customizable animation sequences.
  • Supports both HTML and SVG animations.

Installation

To install the package, run:

npm install @foblex/flow-animator

Usage

Here's a basic example of how to use @foblex/flow-animator:

// In your component
constructor(private fFlowAnimator: FFlowAnimatorService) {}

animateFlow() {
  this.fFlowAnimator.animate('f-flow-0', {
    items: [
      [ { id: 'element1' } ],
      // ...other items...
    ],
    duration: 14000,
    removeOverlayAfterRowComplete: true
  }).subscribe((result) => {
    // Handle animation result
  });
}

Package Sidebar

Install

npm i @foblex/flow-animator

Weekly Downloads

3

Version

16.1.0

License

MIT

Unpacked Size

141 kB

Total Files

44

Last publish

Collaborators

  • siarheihuzarevich