Skip to content

Commit

Permalink
fix: Animate Issue on IE11 #420
Browse files Browse the repository at this point in the history
Closes #420
  • Loading branch information
smolinari authored and rstoenescu committed Mar 1, 2017
1 parent 890a71e commit 82fc4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/animate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 82fc4ae

Please sign in to comment.