From 82fc4aee3d75c226b68f2548a75a2baf6d4c4992 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 1 Mar 2017 09:59:21 +0100 Subject: [PATCH] fix: Animate Issue on IE11 #420 Closes #420 --- src/utils/animate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/animate.js b/src/utils/animate.js index 06f22e44fcc..879c4212d60 100644 --- a/src/utils/animate.js +++ b/src/utils/animate.js @@ -20,7 +20,7 @@ function animate ({id, finalPos, pos, threshold, factor, done, apply}) { export default function start ({name, finalPos, pos, threshold = 1, factor = 5, done, apply}) { let id = name if (id) { - stop(id) + start.stop(id) } else { id = uid()