1.0.6 • Published 1 year ago

mouse-animation-effect v1.0.6

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

A Tool Library for Adding Mouse Animation Effects

INSTALL

npm install mouse-animation-effect
//or
yarn add mouse-animation-effect

USAGE

import generateMouseEffect from 'mouse-animation-effect';
import "mouse-animation-effect/dist/index.css";

const { initMouseEffect, removeMouseEffect } = generateMouseEffect({});

Options

namedefaultValuetypedescription
contentstringcontent displayed after mouse click
delay1900numberdisplayed content duration

Example

https://lzs911.github.io/

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago