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 =)
- HTML5
- CSS3
- JS (ES6)
- Gulp (it was created on Codepen which use Gulp as builder under the hood);
- install dependencies
npm install
// or
yarn
- start local server on localhost:3000
npm run serve