A Shiny module that provides timelapse playback functionality for visualizing the artwork creation process. Includes animation controls and real-time metrics display.
Arguments
- id
Character string. The module's namespace ID.
- r
Reactive values object containing artwork data from parent app. Expected to contain: - `appdata$artwork$stats$artist_uuid`: Artist identifier - `appdata$artwork$stats$art_uuid`: Artwork identifier - `appdata$config$n_frames`: Total number of frames - `appdata$artwork$frame_stats`: Per-frame analytics with 21 columns of statistics
See also
Other ui-modules:
mod-comp-frames
