Opened 15 years ago
Closed 15 years ago
#3188 closed bug (invalid)
the Effect Method Animate can't change the height -css -attibute.
Reported by: | frontview | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
it seems use the statement as follows:
$("#divid").animate({height:"+=80px"},1000);
or
$("#divid").animate({height:"200px"},1000);
has no effect or it doesn't work.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | bug report.rar added |
---|
comment:1 Changed 15 years ago by
The line you point out says: hight instead of height.
Check that out, if that is the problem.. you really made a lose valuable time here. Please reply or close if done.
comment:2 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Reopen with a valid test case if you want.
Note: See
TracTickets for help on using
tickets.
the testing files