Skip to content

Commit 29d7d09

Browse files
committed
Chore: fix dupe prop from merge in transition
1 parent 9625093 commit 29d7d09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/behaviors/transition/transition.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ const createBehavior = (
6161
total,
6262
},
6363
) => ({
64-
// track currently running JavaScript animations
65-
currentAnimations: [],
66-
6764
initialize() {
6865
if (settings.animation) {
6966
this.animate();

0 commit comments

Comments
 (0)