1.0.6 • Published 3 years ago

mouse-animation-effect v1.0.6

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

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago