Merge pull request #123 from Gazoon007/fix/unregistered-component

fix(Categories): unregistered 'Image Trail' and 'Meta Balls' animation
This commit is contained in:
David
2025-12-30 11:52:04 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -49,10 +49,12 @@ export const CATEGORIES = [
'Ghost Cursor',
'Glare Hover',
'Gradual Blur',
'Image Trail',
'Laser Flow',
'Logo Loop',
'Magnet',
'Magnet Lines',
'Meta Balls',
'Metallic Paint',
'Noise',
'Pixel Transition',

View File

@@ -33,8 +33,8 @@
<span class="ml-1 text-gray-400">{{ blobType }}</span>
</button>
<PreviewColor title="Fill Color" v-model="fillColor" />
<PreviewColor title="Inner Color" v-model="innerColor" />
<PreviewColor title="Fill Color" v-model="fillColor" class="mb-4" />
<PreviewColor title="Inner Color" v-model="innerColor" class="mb-4" />
<PreviewColor title="Shadow Color" v-model="shadowColor" />
<PreviewSlider