theme: add missing reduced-motion user preference query #104748
No reviewers
Labels
No Label
Meta
Good First Issue
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Eevee & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds, Tests & Devices
Module
Python API
Module
Rendering & Cycles
Module
Sculpt, Paint & Texture
Module
User Interface
Module
VFX & Video
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#104748
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Tobias/blender-manual:axs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Could the animation handling in JS be refractored to css? I see there is some dynamics with the timing but the difference is so little, just make it the same.
Also when submitting a PR please include a description of the change and why.
It's not apparent that this PR adds support for
prefers-reduced-motion
without having to read through code.theme: reduced motionto theme: add missing reduced-motion user preferencetheme: add missing reduced-motion user preferenceto theme: add missing reduced-motion user preference querySure, but this should be part of a bigger refactor (no/ less class properties, toggling event handler really needed?).
It probably needs to be interrupted with
requestAnimationFrame
orsetTimeout
to be stable.So not trivial and requires testing.