-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Animate Issue on IE11 #420
Milestone
Comments
Good catch. Will fix it and include in v0.13.2. |
Hey @dragospaulpop What were you trying to do, when you got the error? Scott |
@smolinari Testing the Drawer component in IE 11. Try it on the documentation page and you'll see it doesn't work (http://quasar-framework.org/components/drawer.html). |
Available in edge version and future v0.13.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Line 23 in animate.js causes an error in IE11. The browser doesn't know about the stop() function. Maybe calling start.stop() would solve the issue. Chrome doesn't call stop either (as far as I can tell), it just silently fails.
Link to reproduce (stop should be called twice): http://jsbin.com/catopuzuja/edit?js,console,output
The text was updated successfully, but these errors were encountered: