Skip to content
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

jQuery 1.8.x and CSS transition support #676

Closed
robations opened this issue May 3, 2014 · 1 comment
Closed

jQuery 1.8.x and CSS transition support #676

robations opened this issue May 3, 2014 · 1 comment

Comments

@robations
Copy link

I couldn't get the CSS transitions to work with jQuery 1.8.x.

I traced the problem as far as line 643 in /dist/jquery.jcarousel.js. The script seems to error out at this point because it is passing a jQuery object backup into the css() method. After bumping the jQuery version up to 1.9 the problem disappeared.

Now I look at the jQuery docs, I see that array argument style was introduced with jQuery 1.9, so either you'd want to rewrite this, put a caveat in the docs against using transitions, or change the version constraints in bower.js etc...

@jsor jsor closed this as completed in 99d523c May 5, 2014
@jsor
Copy link
Owner

jsor commented May 5, 2014

Thanks for the report. It's fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants