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

Found two bugs! #224

Open
baijunjie opened this issue Apr 2, 2015 · 1 comment
Open

Found two bugs! #224

baijunjie opened this issue Apr 2, 2015 · 1 comment

Comments

@baijunjie
Copy link

bug1:

By default
$("div").css("scale"); // return 1
$("div").css("scaleX"); // return 0?
$("div").css("scaleY"); // return 0?

bug2:

If the jQuery object to a object
$("img").css({x: 200});
$("img").animate({x: 800}, 2000); // Animation of the starting position is not 200, and is always zero

If not the object
$("div").css({x: 200});
$("div").animate({x: 800}, 2000); // The starting position of the animation is 200

jQuery.transit is a really nice plugin, hope he more and more perfect!

@baijunjie
Copy link
Author

I fix the bugs in my Fork, and add new functions, hope the author can be adopted
https://github.com/baijunjie/jquery.transit

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

1 participant