Skip to content

Commit 82fc4ae

Browse files
smolinarirstoenescu
authored andcommitted
fix: Animate Issue on IE11 quasarframework#420
Closes quasarframework#420
1 parent 890a71e commit 82fc4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/animate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function animate ({id, finalPos, pos, threshold, factor, done, apply}) {
2020
export default function start ({name, finalPos, pos, threshold = 1, factor = 5, done, apply}) {
2121
let id = name
2222
if (id) {
23-
stop(id)
23+
start.stop(id)
2424
}
2525
else {
2626
id = uid()

0 commit comments

Comments
 (0)