UNPKG

@belvo-finance/belvo-vue-components

Version:

## Project setup ``` npm install ```

9 lines 271 B
function SVGTransformData(mProps, op, container) { this.transform = { mProps: mProps, op: op, container: container }; this.elements = []; this._isAnimated = this.transform.mProps.dynamicProperties.length || this.transform.op.effectsSequence.length; }