1.0.6 • Published 4 years ago

mouse-animation-effect v1.0.6

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

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago