Interface for showcase/demo mode features. Defines properties for timeline-based presentation.
Practical Application
Showcase/demo animation data. Defines camera animation sequences for auto-playing product
presentations — timeline-based with camera movements, transitions, and durations.
Attached to components in the configurator.
AI Coding Best Practices
Check if components have associated showcase data before enabling demo playback buttons.
Use showcase metadata (duration, slot count) to build custom timeline controls.
Playback sequence: InitShowcase → PlayShowcase → monitor via showcaseStatusChanged.
Details showcase the presentation of a product.
What does it unlock?
Interface for showcase/demo mode features. Defines properties for timeline-based presentation.
Practical Application
Showcase/demo animation data. Defines camera animation sequences for auto-playing product presentations — timeline-based with camera movements, transitions, and durations. Attached to components in the configurator.
AI Coding Best Practices
Check if components have associated showcase data before enabling demo playback buttons. Use showcase metadata (duration, slot count) to build custom timeline controls. Playback sequence: InitShowcase → PlayShowcase → monitor via showcaseStatusChanged.