Custom cursor effects demo and tutorial by Stefan Kaltenegger for Codrops.
- Install Node
- Optionally, also install Yarn or use Npm that comes with Node pre-installed
- Install Gulp globally through
npm install -g gulp@next
- Install Webpack globally through
npm install -g webpack
- Install all packages with
npm install
oryarn install
- Build the Project and Serve locally (for Production) -
npm start
oryarn start
. The Production port is8000
. - Build the Project and Serve locally (for Development) -
npm run dev
oryarn run dev
. The Development port is3000
.
- Thanks IamManchanda for the nice dev setup gulp-webpack, which I forked for this project
- Images from Unsplash.com
- Paper.js by Jürg Lehni & Jonathan Puckey
- Simplex Noise by Jonas Wagner
- PhotoSwipe by Dmitry Semenov
- Swiper by iDangero.us
- TweenMax by Greensock
- Lazysizes by Alexander Farkas
This resource can be used freely if integrated or build upon in personal or commercial projects such as websites, web apps and web templates intended for sale. It is not allowed to take the resource "as-is" and sell it, redistribute, re-publish it, or sell "pluginized" versions of it. Free plugins built using this resource should have a visible mention and link to the original work. Always consider the licenses of all included libraries, scripts and images used.
Follow Stefan Kaltenegger: Twitter, GitHub
Follow Codrops: Twitter, Facebook, Google+, GitHub, Pinterest, Instagram