Improving animations fluidity #27
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JackFrostbyte/rgb-aura#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Title:
Improving animations fluidity
Description:
Improving the animation fluidity by adding more color palette for the transitions and adding more frames into the transition so they are more fluid.
Scope:
-Add at least 2 more color to the transition to have a 5 color fading transitions
-Modify the animations to add the intermittent steps frames.
-Add a configurable animation speed multiplier / frame duration scale so we can make the transitions run faster without manually editing every frame duration.
Acceptance criteria:
All animations are recoded and are more fluid.
These are the suggested steps:
AURORA_FADE_COLORS = [
(0, 0, 35), # dark blue background
(0, 35, 20), # very dim green
(0, 75, 35), # soft green
(0, 130, 60), # bright green
(0, 190, 90), # full aurora green
]
Completed in PR for commit
dc2c442.Implemented animation fluidity improvements across all current RGB Aura zones.
Summary:
--animation-speedCLI support for tuning frame playback speed without editing code.Validation:
ruff format src/rgb_auraruff check src/rgb_aura scripts tests--animation-speed 1.25.