Feature Idea: Delayed/Cascading Metadata Reveal for Enhanced Photo Viewing Experience #664
microsoftShannon
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
As this idea was (in my option) written by AI, I have to ask. @microsoftShannon are you a bot? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
A timed metadata reveal feature that creates a more elegant photo viewing experience by hiding UI elements initially, then gradually revealing them as the display time progresses.
The Problem
When displaying photos as art (galleries, digital frames, museums), metadata shown from the start can distract from initial appreciation of the photograph. Viewers benefit from seeing the pure image first, then learning technical details later.
The Proposed Experience
Timeline example (for 10-minute display):
This creates:
Proven Implementation (Custom CSS)
This works TODAY using the existing custom CSS feature:
custom.css:
docker-compose.yaml:
Tested on: Kiosk v0.32.1
Feature Request: Built-in Support?
While the CSS solution works perfectly, this could be valuable as a native feature:
Proposed config.yaml:
Benefits of native implementation:
durationsetting automaticallyURL override example:
Use Cases
Discussion
Questions for the community:
Should this be built-in, or keep as custom CSS recipe?
Default timing suggestions?
Should timing be absolute (seconds) or relative (% of duration)?
durationsetting automaticallyAdditional elements to control?
Alternative: Documentation Enhancement
If built-in support isn't the right fit, this could be added to the Custom CSS documentation as an "Advanced Example" to help others implement it.
Thoughts? I'm happy to contribute this however is most valuable for the project!
Beta Was this translation helpful? Give feedback.
All reactions