1.0.0 • Published 3 years ago

@curiousmedia/animate-js-webpack-plugin v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Animate JS Webpack Plugin

Webpack plugin for optimizing Animate JS exports.

Getting started

  1. install animate-js-webpack-plugin.
$ npm install @curiousmedia/animate-js-webpack-plugin -D

Options

include

Type: RegExp Default: undefined

Regular expression to include only specific file paths. Highly recommended.

maxChainLength

Type: Number Default: 500

The maximum number of chained animation events to allow. Chained animations exceeding maximum will be split to avoid browser stack limit.

maxChainVariable

Type: String Default: maxChainTween

Variable prefix used for optimizing chained animations.