Open
Bug 1766507
Opened 4 years ago
Updated 3 years ago
CSS logical side border shorthands are not animatable
Categories
(Core :: CSS Transitions and Animations, defect)
Core
CSS Transitions and Animations
Tracking
()
NEW
People
(Reporter: Oriol, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
859 bytes,
text/html
|
Details |
Run attached testcase.
Expected:
Both cases should produce the same result, which should be
- All border sides changing size smoothly between
0pxand50px - All border sides changing color smoothly between
blueandcyan - All border sides changing style discretely at 50% between
solidandsouble
Actual:
- In the 1st case, only the right and bottom sides animate properly (since they use physical shorthands). The logical shorthands don't animate at all, and there is no top nor left border.
- In the 2nd case, the right and bottom sides animate properly between 0% and 50%. Between 50% and 100%, it's the top and left ones the ones which are correct.
Blink and WebKit work fine.
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•