Side navigation
#10293 closed bug (invalid)
Opened September 16, 2011 04:43PM UTC
Closed October 01, 2011 07:58AM UTC
Animation: wont work at all
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | effects | Version: | 1.6.4rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
the follow code:
[code]
<element ... onclick='
$(this).animate({
left: 0,
width: screen.width,
padding: heightcontent,
top: 0,
bottom: 0,
marginLeft: "0.6in",
position: "absolute"},
1000,
function(){
document.getElementById(\\"menucontentt_l\\").innerHTML=\\"<img src=\\"./sources/admin/images/loader2.gif\\"> Loading...";switchsystem_to_menulist();});'>
Wont work correctly, it works good except left. While running (after onclick) the animation everything is doing it right. Except 'left'. After all is done left will switch on without any animation.
I need this code for a wonderfull animation. Please fix this!
<<Wont work in internet explorer at all(nothing of the animation)
<<Sorry for bad english
Attachments (0)
Change History (2)
Changed September 16, 2011 04:58PM UTC by comment:1
component: | unfiled → effects |
---|---|
owner: | → anonymous |
status: | new → pending |
Changed October 01, 2011 07:58AM UTC by comment:2
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!
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket!
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/
Open the link and click to "Fork" (in the top menu) to get started.