Opened 11 years ago
Closed 11 years ago
#10259 closed bug (wontfix)
Animate() issue with += on border-width
Reported by: | samishii23 | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | css | Version: | 1.6.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Issue: When using animate() with "border-width" property, and using the "+=" operator, the width resets itself each function run. While the 1st property animate "width" gets added to and keeps getting longer while the border-width does not.
Works on IE 8 Platforms Effected: Chrome 14 Beta, Firefox 6.0.1, Safari 5.1, IE 9
Change History (4)
comment:1 Changed 11 years ago by
comment:2 follow-up: 3 Changed 11 years ago by
border-width
is a shorthand property that takes the form 4px 4px 4px 4px
for example, so it cannot be animated. You could animate border-right-width
however, which is a single number.
comment:3 Changed 11 years ago by
Replying to dmethvin:
border-width
is a shorthand property that takes the form4px 4px 4px 4px
for example, so it cannot be animated. You could animateborder-right-width
however, which is a single number.
Hmm, true that is short hand. How ever, what I am saying, is that it does animate the change. But it does not animate the additive change. Thus, every time the animation occurs, the border width goes from 1px -> 11px. It does animate. Just not from 1 -> 11 -> 21 etc.
comment:4 Changed 11 years ago by
Component: | unfiled → css |
---|---|
Priority: | undecided → low |
Resolution: | → wontfix |
Status: | new → closed |
Re-worded Edit: Works on: IE 8, but not on: Chrome 14 Beta, Firefox 6.0.1, Safari 5.1, IE 9