/direction-aware-hover

Smooth direction aware hover effect for better UI/UX (HTML/CSS/JS)

Primary LanguageJavaScriptMIT LicenseMIT

Direction Aware Hover Effect

Smooth direction aware hover effect for better UI/UX. Inspired by old jQuery libs with similar effects. I've tried to reproduce it but my way, without any code references. Hope you like it =)

ezgif com-gif-maker

Check the Demo

Stack

  • HTML5
  • CSS3
  • JS (ES6)
  • Gulp (it was created on Codepen which use Gulp as builder under the hood);

How to run locally

  • install dependencies
npm install
// or
yarn
  • start local server on localhost:3000
npm run serve