0.0.7 • Published 5 months ago

mouse-element v0.0.7

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

mouse-element

提供一个简单的鼠标小动画

🔨 Install

## 安装依赖
npm install mouse-element

## 导入组件
import { createMouseAnimation } from 'createMouseAnimation'

🌈 Usage

<main w-full h-full @mousemove="e => createMouseAnimation(e, { backgroundColor: 'yellow', timeout: 1000 })">
</main>

🚀 Props

  • backgroundColor: 背景颜色
  • timeout: 动画时长
  • width: 宽度
  • height: 高度

:tea:

请我喝一杯咖啡

:question: 问题

issues

依赖

0.0.7

5 months ago

0.0.6

9 months ago

0.0.5

1 year ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago