Opened 9 years ago
Closed 9 years ago
#14505 closed bug (notabug)
JQuery fadeTo() function not working
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
I try to reset the opacity of a div back to 0 but this is not working. http://jsfiddle.net/mnlfischer/YFz38/ When I delete the else block it works. I dont want to use the hide() and show() methods because I need the placeholder in a fluid grid. Is this a bug?
Greetings Manuel
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Please ask for help on a forum.
Note: See
TracTickets for help on using
tickets.
You should use stop() before fadeTo in this case.