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

fadeOut() broken #25

Closed
mihaimetal opened this issue Mar 28, 2011 · 6 comments
Closed

fadeOut() broken #25

mihaimetal opened this issue Mar 28, 2011 · 6 comments

Comments

@mihaimetal
Copy link

Hi, ben. Great plugin. There should be more people helping.
Ok, is it just me or fadeOut() doesn't work except with argument 0 (which doesn't fade of course).
http://jsfiddle.net/DSjr2/2/

@danauclair
Copy link
Contributor

I was hitting the same issue, I couldn't attach a pull request to your thread but I added my own.

@cmonty
Copy link

cmonty commented May 20, 2011

I'm still having issues with fadeIn() and fadeOut(). Specifically calling fadeIn after a fadeOut. I haven't had a lot of time to look into the issue, maybe next week.

@danauclair
Copy link
Contributor

I think the way its set up right now it will only work for display: block elements. I'm guessing it is failing for you with an inline element. It really needs to somehow cache the display property so it can bring it back on a fadeIn().

@cmonty
Copy link

cmonty commented May 23, 2011

I am animating a block element, but fadeOut sets the style to display:none after the animation; so maybe that is related?

@gastonmorixe
Copy link

It's not working for me after a fadeIn

@benbarnett
Copy link
Owner

This should now be fixed in the latest release

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

5 participants