mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-08 16:09:31 -06:00
fix: typos in Meta Balls & Rotating Text
This commit is contained in:
@@ -6,16 +6,16 @@ export const metaBalls: CodeObject = {
|
||||
installation: `npm i ogl`,
|
||||
usage: `<template>
|
||||
<MetaBalls
|
||||
color="color"
|
||||
cursorBallColor="cursorBallColor"
|
||||
:cursorBallSize="cursorBallSize"
|
||||
:ballCount="ballCount"
|
||||
:animationSize="animationSize"
|
||||
:enableMouseInteraction="enableMouseInteraction"
|
||||
color="#27ff64"
|
||||
cursorBallColor="#27ff64"
|
||||
:cursorBallSize="2"
|
||||
:ballCount="15"
|
||||
:animationSize="30"
|
||||
:enableMouseInteraction="true"
|
||||
:enableTransparency="true"
|
||||
:hoverSmoothness="hoverSmoothness"
|
||||
:clumpFactor="clumpFactor"
|
||||
:speed="speed"
|
||||
:hoverSmoothness="0.05"
|
||||
:clumpFactor="1"
|
||||
:speed="0.3"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user