clarity-animation
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -106,3 +106,3 @@ define(["require", "exports", "./Animation", "./animationStateManager"], function (require, exports, Animation_1, animationStateManager_1) { | ||
}); | ||
this.duration = this.calculateDuration(); | ||
this._duration = this.calculateDuration(); | ||
this.forwardArrayAnimations = Array.from(this.animationItems.values()); | ||
@@ -109,0 +109,0 @@ this.reverseArrayAnimations = this.forwardArrayAnimations.slice(0); |
@@ -145,3 +145,3 @@ import Animation from "./Animation"; | ||
this.duration = this.calculateDuration(); | ||
this._duration = this.calculateDuration(); | ||
@@ -148,0 +148,0 @@ this.forwardArrayAnimations = Array.from(this.animationItems.values()); |
{ | ||
"name": "clarity-animation", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "Unopinionated animation library.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/main.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
727740