Actions
Bug #98990
closedNotifications must respect "prefers reduced motion"
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2022-11-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With CSS Level 5, a media query prefers-reduced-motion
was introduced that let's people with motion sickness disable animations. Bootstrap 5 respects this media query, however, notifications are partially animated via JavaScript, so the media query needs to be checked there explicitly.
Updated by Gerrit Code Review about 2 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76403
Updated by Gerrit Code Review about 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76409
Updated by Andreas Fernandez about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b5112092605f37cd94b2063c80787652068729dc.
Actions