# BackgroundScaleHoverEffect **Repository Path**: mirrors_codrops/BackgroundScaleHoverEffect ## Basic Information - **Project Name**: BackgroundScaleHoverEffect - **Description**: Recreation of the background scale hover effect seen on the DDD Hotel website using CSS clip paths. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)