Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codrops/BackgroundScaleHoverEffect

Recreation of the background scale hover effect seen on the DDD Hotel website using CSS clip paths.
https://github.com/codrops/BackgroundScaleHoverEffect

Last synced: about 1 month ago
JSON representation

Recreation of the background scale hover effect seen on the DDD Hotel website using CSS clip paths.

Awesome Lists containing this project

README

        

# Background Scale Hover Effect

Recreation of the background scale hover effect seen on the [DDD Hotel](https://dddhotel.jp/) menu using CSS clip paths.

![Background Scale Hover Effect](https://tympanus.net/codrops/wp-content/uploads/2020/03/BackgroundScaleClip_featured.jpg)

[Article on Codrops](https://tympanus.net/codrops/?p=48414)

[Demo](https://tympanus.net/Development/BackgroundScaleHoverEffect/)

## Installation

Install dependencies:

```
npm install
```

Compile the code for development and start a local server:

```
npm start
```

Create the build:

```
npm run build
```

## Misc

Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/codrops), [GitHub](https://github.com/codrops), [Instagram](https://www.instagram.com/codropsss/)

## License
[MIT](LICENSE)

Made with :blue_heart: by [Codrops](http://www.codrops.com)