0.0.6 • Published 8 months ago

text-expansion-animation v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

text-expansion-animation

文字交融动画组件

🧰 安装

npm i text-expansion-animation

👼 使用

import { createApp } from 'vue'
import { TextExpansionAnimation } from 'text-expansion-animation'
import 'text-expansion-animation/style.css'

const app = createApp(App)
app.component('TextExpansionAnimation', TextExpansionAnimation)
app.mount('#app')

参数

{
  backgroundColor?: string
  color?: string
  fontSize?: number
  duration?: number
  delay?: number
  text?: string
}

License

MIT License © 2022 Simon He

sponsors

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago