Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAvoid infinitely looping CSS transitions. #26074
Conversation
highfive
commented
Mar 31, 2020
|
Heads up! This PR modifies the following files:
|
|
I have verified that all of the test cases from #20379 continue to transition appropriately, and the transition present in the VR button in babylon.js demos works fine with these changes. @bors-servo try=wpt |
Avoid infinitely looping CSS transitions. This change addresses the long-standing issue of CSS transitions not ending appropriately. It does not fundamentally change the way we process transitions/animations. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #20379 - [x] There are tests for these changes
|
|
|
r? @SimonSapin |
|
@bors-servo r+ |
|
|
Avoid infinitely looping CSS transitions. This change addresses the long-standing issue of CSS transitions not ending appropriately. It does not fundamentally change the way we process transitions/animations. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #20379 - [x] There are tests for these changes
|
|
|
@bors-servo r=SimonSapin |
|
|
Avoid infinitely looping CSS transitions. This change addresses the long-standing issue of CSS transitions not ending appropriately. It does not fundamentally change the way we process transitions/animations. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #20379 - [x] There are tests for these changes
|
|
|
@bors-servo retry |
|
|
jdm commentedMar 31, 2020
This change addresses the long-standing issue of CSS transitions not ending appropriately. It does not fundamentally change the way we process transitions/animations.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors