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.
Actions