Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 379 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 379 Bytes

preloading-images

Demonstrating how to preload images using just html, css, javascript and gsap.

To kickstart the boilerplate, run the following commands:

yarn

yarn dev

If you do not have yarn installed, delete the yarn.lock file and install via npm,

npm install

npm run dev

Or install yarn:

npm install --global yarn