Opened 10 years ago
Closed 10 years ago
#13683 closed bug (invalid)
animate is not stoped in firefox
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
i am new in jquery and my code is:
$("#divo").mouseenter(function(){
$("#divo").stop().delay(200).fadeOut(75).animate({height:"100%",top:"0px", bottom:"0px"},150).fadeIn(150); $("#divo1").css({opacity:"0.5"}); $("#divo2").css({opacity:"0.5"}); $("#divo3").css({opacity:"0.5"}); $("#divo4").css({opacity:"0.5"}); $("#divo5").css({opacity:"0.5"});
});
$("#divo").mouseleave(function(){
$("#divo").stop().delay(100).fadeOut(75).animate({height:"50%",top:"25%",bottom:"25%"},150).fadeIn(150); $("#divo1").css({opacity:"1"}); $("#divo2").css({opacity:"1"}); $("#divo3").css({opacity:"1"}); $("#divo4").css({opacity:"1"}); $("#divo5").css({opacity:"1"});
});
it working correctly in IE7 and chrome But it not stop in Firefox after mouseenetr Tanx
Change History (4)
comment:1 follow-up: 2 Changed 10 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Replying to m_gol:
Please create a test case on jsFiddle.
with thanks for attention please chek this address: http://www.biggrament.com the code is use in first page of this site
comment:3 Changed 10 years ago by
That site is not accessible. Also, please reduce the problem down to a small test case and post it on jsFiddle.net. We do not want to debug the entire site.
comment:4 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please create a test case on jsFiddle.