Skip to content

Decoration 11

dvk-decoration-11 is a cyber floating audio halo inspired by layered status rings on large-screen command dashboards. The outer edge uses a fixed-count ring of short and tall rhythm blocks, like a clean music-player visualizer rotating around the platform. Inside it, a thin glow ring, a thick glow ring, a calibrated tick ring, a segmented inner ring, a single dashed core ring, and small outlined triangle indicators step upward to create a lightweight 3D stack.

html
<dvk-decoration-11></dvk-decoration-11>
html
<dvk-decoration-11 colors="#66f5ff,#2f8cff,#ffe69c" dur="9"></dvk-decoration-11>

Props

NameTypeDefaultNotes
colorstringCSS variable fallbackPrimary cyan neon color for glow rings, scale ticks, audio rhythm blocks, bridge glows, and inner indicators. When set as a JavaScript property, a DataV-style color array is also accepted.
secondary-colorstringCSS variable fallbackSecondary blue color for guide rings, tick shadows, segmented arcs, and cool bridge lines.
colorsstringemptyComma-separated primary, secondary, and optional gold accent colors.
durnumber9Base rotation duration in seconds. Values are clamped to the 6-14 second floating-halo range.
animatedbooleantrueEnables the fixed outer audio rhythm-block ring and selected inner layers to rotate.
pausedbooleanfalseStops all rotations while keeping the raised layered platform visible.
raster-renderer'video' | 'sprite''sprite'Runtime raster output renderer. Defaults to transparent PNG atlas playback; use video for transparent WebM playback.

Events

NameDetail
dvk-ready{ tagName }

CSS Variables

NameMeaning
--dvk-color-primaryPrimary cyan fallback color.
--dvk-color-secondarySecondary blue fallback color.
--dvk-color-accentOptional warm gold fallback color.

Parts

PartDescription
graphicInternal SVG.
vertical-linksGroup containing subtle perspective bridge strokes.
bridge-lineIndividual line connecting lower and higher halo layers.
lift-layerShared part for each raised ring layer.
particle-layerLowest outer ring layer containing the fixed rhythm blocks.
audio-barsGroup containing the fixed-count music-visualizer rhythm blocks.
audio-bar-ringRotating group for the outer rhythm blocks.
thin-glow-layerThin luminous ring layer just inside the rhythm blocks.
thick-glow-layerThick primary glow ring layer.
thick-side-shadowDark front edge that gives the thick glow ring a subtle raised side.
scale-layerRaised calibrated tick layer.
inner-segment-layerRaised segmented inner ring layer.
inner-layerHighest dashed ring and triangle indicator layer.
ringShared part for circular and arc ring geometry.
guide-ringStatic low-intensity guide rings.
particle-guideSubtle guide line under the outer rhythm blocks.
thin-glow-ringFine glowing ring and its sweep arcs.
thick-glow-ringMain thick luminous ring, rendered as an ice-blue glow.
scale-guideGuide rings under the scale ticks.
segment-guideGuide ring under the inner segmented arcs.
dashed-ringSingle dashed ring inside the segmented inner ring.
bright-ringRotating bright neon arc groups.
sweep-ringFast subtle sweep arcs around the outer halo.
sweep-arcIndividual sweep arc.
thin-sweepRotating sweep group on the thin ring.
segmented-trackRotating inner segmented ring group.
segmented-ringInner segmented ring group.
segment-blockIndividual segment arc in the inner ring.
segment-arcIndividual segment arc in the inner ring.
ticksGroup containing precision tick marks.
tickIndividual tick mark.
scale-ticksGroup containing the calibrated scale ring ticks.
scale-tickIndividual tick in the scale ring.
triangle-indicatorsGroup containing small rotating outlined triangle indicators inside the dashed ring.
triangle-indicatorIndividual outlined triangle indicator with its tip facing inward.
particlesCompatibility alias for the outer audio-bar layer.
particleCompatibility alias for an individual outer rhythm block.