An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# LazyHover

![](./screenshot.png)

## 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
});
```