Compare commits
2 Commits
02b61c7ea4
...
3748e25d1d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3748e25d1d | ||
|
|
7dd6755392 |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.105",
|
||||
"version": "4.6.106",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.105",
|
||||
"version": "4.6.106",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.6.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.105",
|
||||
"version": "4.6.106",
|
||||
"description": "Twitch VOD Manager - Download Twitch VODs easily",
|
||||
"main": "dist/main.js",
|
||||
"author": "xRangerDE",
|
||||
|
||||
@ -4359,3 +4359,27 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.18) 100%);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* ============================================
|
||||
REDUCED MOTION — respect OS-level user preference
|
||||
============================================
|
||||
Users who set "Reduce motion" in their OS accessibility settings
|
||||
(Windows: Settings > Accessibility > Visual Effects > Animation
|
||||
effects; macOS: System Settings > Accessibility > Display > Reduce
|
||||
motion) get animations and transitions effectively disabled.
|
||||
|
||||
Suppresses things like the empty-state-float loop, the btn-icon-spin
|
||||
on Refresh hover, the vod-bulk-bar slide-in, the storyboard fade-in,
|
||||
and the multitude of transition: all 0.2s declarations — anything
|
||||
that involves motion. Critical for users with vestibular disorders
|
||||
and a baseline accessibility expectation in 2025. */
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
animation-duration: 0.01ms !important;
|
||||
animation-iteration-count: 1 !important;
|
||||
transition-duration: 0.01ms !important;
|
||||
scroll-behavior: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user