-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Effect transitions #826
Comments
Thank you! Yes, unfortunately the transition logic is old and doesn't support any segments but the main segment (the first segment |
Hey! This issue has been open for quite some time without any new comments now. It will be closed automatically in a week if no further activity occurs. |
Have you gotten any closer to implementing transition effects? Otherwise, it might be worthwhile to fix the regular transition for segments. |
I've just encountered this issue, I'm trying to connect to WLED using the json api, and no matter how I try the transitions are only applied to the first segment. For example: {
"tt": 10,
"bri": 255,
"seg":[
{"col":[[255,0,0]]},
{"col":[[0,255,0]]},
{"col":[[0,0,255]]}
]
} I see a gentle transition to green on the first segment, but the following two just switch immediately. As a different approach I also addressing individual LEDs on a single segment:
...but still no luck! In this case all LEDs switch immediately. Another workaround I've considered is creating a preset for each state I need, but I'm not sure that's an optimal solution. @Aircoookie it's great that this is on your horizon! How do you plan for transitional effects to work when interacting over the API? |
An update on this: In the new v0.12.0 release, color and brightness transitions are now supported on all segments! Effect transitions are still not supported though, therefore this issue will stay open. |
Great news! |
This is now supposedly fully fixed in 0.13-b3 including segment transitions. Closing. |
Thank you, let's keep this one open though. Brightness, color and on/off are now fully supported, but not yet smooth transitions between different effect modes. |
I managed to get effect transitions working. 😀 |
Will be solved with #3311. |
I just realized that the color fade which transitions from one color to another only works on the first segment. The second segment switches to the new color instantaneously while the first segment slowly fades over.
WLED Version: latest version from master branch.
I'll provide a video in discord.
The text was updated successfully, but these errors were encountered: