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

Right negative position animation #42

Closed
350d opened this issue Aug 15, 2011 · 3 comments
Closed

Right negative position animation #42

350d opened this issue Aug 15, 2011 · 3 comments

Comments

@350d
Copy link

350d commented Aug 15, 2011

I have issue with animation of the elements that already have right negative position.
Example: div with right:-400px position after applying animation({right:60px}) takes right:-460px position, but right position should be just 60px! With left position - everything is ok.

Link: http://jsfiddle.net/tUKEM/9/

@benbarnett
Copy link
Owner

This is part of a bigger issue I'm afraid; right/bottom support was added by someone else and it needs a bit more in depth work.

Hopefully the fix I'm about to release will help your specific case though. There are still issues with multiple 'right' animations so if you can use 'left' as the primary method with this plugin, you'll get better results.

benbarnett pushed a commit that referenced this issue Sep 6, 2011
… notes on Github.

This is part of a bigger issue I'm afraid; right/bottom support was
added by someone else and it needs a bit more in depth work.  Hopefully
the fix I'm about to release will help your specific case though. There
are still issues with multiple 'right' animations so if you can use
'left' as the primary method with this plugin, you'll get better
results.
@benbarnett benbarnett reopened this Sep 6, 2011
@benbarnett
Copy link
Owner

Please close if your test works!

@350d
Copy link
Author

350d commented Sep 8, 2011

Well, is some situations we can't use left animations, but thanks anyway!

@350d 350d closed this as completed Sep 8, 2011
ggilder pushed a commit to ggilder/jQuery-Animate-Enhanced that referenced this issue Sep 26, 2011
… see issue notes on Github.

This is part of a bigger issue I'm afraid; right/bottom support was
added by someone else and it needs a bit more in depth work.  Hopefully
the fix I'm about to release will help your specific case though. There
are still issues with multiple 'right' animations so if you can use
'left' as the primary method with this plugin, you'll get better
results.
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