Actions
Bug #98693
closedModule docheader transitions its position
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-10-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A backend module's docheader is "folded" when scrolling down in the backend module. Sometimes, the folding process appears to be laggy. This is due to the pixel-snapping approach of animating a position change. For better performance, it's recommended to animate position changes via translate()
.
Actions