rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.29k stars 863 forks source link

Transitions fail to perform on IE10 #144

Closed ottonascarella closed 1 year ago

ottonascarella commented 11 years ago

Hi there,

First off, amazing plugin. Thanks.

I am using it on my latest project, and noticed it fails on IE10. Any ideas?

Cheers!

Otto

ghost commented 11 years ago

Same here. Try setting transform properties and it seems to fail silently. Really great work so far though.

hannesjohansson commented 11 years ago

I got it to work on IE10 but the "complete" callback is broken and fires directly when the transition starts. (See the bundled test 'as "complete"')

Correction: The complete fails in Chrome too. I think the syntax in the test is incorrect. The complete callback shouldn't be in the first object passed to transition(?). Sorry to hijack your thread.