#10795 closed bug (duplicate)
Animate "height" is interpreting % values as px
Reported by: | gilbitron | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | None |
Component: | effects | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The animate function seems to be interpreting the "height" attribute percentage values as pixel values.
For example $(...).animate({ height:'50%' }, 1000) will animate the element to 50px rather than 50%.
Change History (3)
comment:1 Changed 11 years ago by
Component: | unfiled → effects |
---|---|
Priority: | undecided → high |
Resolution: | → duplicate |
Status: | new → closed |
comment:2 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #10669.