refactor(stargalaxy): remove dead ORBIT_KEYFRAMES import with explanatory comment
This commit is contained in:
parent
04609adb5e
commit
bfb15c57e5
@ -38,7 +38,10 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ORBIT_KEYFRAMES, RING_DELAYS } from './config.js'
|
||||
// Note: @keyframes orbit is inlined below (not imported from config.js ORBIT_KEYFRAMES)
|
||||
// because Vue <style> blocks cannot interpolate JS string constants.
|
||||
// config.js ORBIT_KEYFRAMES is kept as documentation/source-of-truth.
|
||||
import { RING_DELAYS } from './config.js'
|
||||
|
||||
const props = defineProps({
|
||||
items: { type: Array, required: true }, // length 9
|
||||
|
||||
Loading…
Reference in New Issue
Block a user