Add synchronized auto show/hide fade cycle for text and image sources#58
Merged
Conversation
… sources Agent-Logs-Url: https://github.com/Octelys/achievements-tracker-plugin/sessions/b9718a50-cd5d-43c2-a56f-56e57f642710 Co-authored-by: kzryzstof <38137839+kzryzstof@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Octelys/achievements-tracker-plugin/sessions/b9718a50-cd5d-43c2-a56f-56e57f642710 Co-authored-by: kzryzstof <38137839+kzryzstof@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
kzryzstof
April 13, 2026 00:25
View session
…tion configuration instructions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds per-source auto visibility cycling so text and image sources can alternate between visible and hidden states with fade transitions. The feature is configurable in source properties, defaults to disabled (always visible), and uses a shared wall-clock phase so all enabled sources transition in lockstep.
Shared visibility cycle primitive
visibility_cyclecommon module to compute cycle opacity from:enabledshow_durationhide_durationfade_durationos_gettime_ns) phase math so enabled sources stay synchronized across source instances.Text source integration
Image source integration
State persistence for text-backed sources
state.cfor:enabled = false, effectively always visible).