https://github.com/appleple/lazy-hover
delay appear effect and leave effect when mousein mouseout
https://github.com/appleple/lazy-hover
Last synced: 9 months ago
JSON representation
delay appear effect and leave effect when mousein mouseout
- Host: GitHub
- URL: https://github.com/appleple/lazy-hover
- Owner: appleple
- License: mit
- Created: 2019-12-19T08:56:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:59:59.000Z (over 3 years ago)
- Last Synced: 2025-09-28T02:53:15.882Z (10 months ago)
- Language: CSS
- Size: 803 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LazyHover

## Install
```
$ npm install lazy-hover --save
```
## Demo
demo page is [here](https://appleple.github.io/lazy-hover)
## Usage
```js
lazyHover('.navbar > ul > li', {
switch: true
});
```