Open
Bug 1828688
Opened 2 years ago
Updated 2 years ago
`translateX` on element larger than viewport with transition is inconsistent in responsive mode
Categories
(Core :: CSS Transitions and Animations, defect)
Core
CSS Transitions and Animations
Tracking
()
NEW
People
(Reporter: dshin, Unassigned)
Details
Attachments
(2 files)
STR: Load attached test case, in responsive mode, or on Android
Expected: The colors scroll left and right forever
Actual: Erratically scrolls to the right, and stops there
It uses transitionend event to move the other way - when it reaches the right end, it immediately hits another transitionend.
Maybe I'm missing something here, but it works fine in non responsive mode on desktop.
Exchanging viewport units with percent units work as well.
| Reporter | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•