0.0.6 • Published 2 years ago

text-expansion-animation v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago