A simple jQuery project that simulates a crowd of people walking by the screen.
Inspired by Szenia Zadvornykh on Code Pen .
Works across multiple screen sizes,
Automatically pulls images from the /people folder,
Animates using jQuery's .animate method,
Heavily commented code for your reading pleasure.
Pull this project from GitHub with
git clone https://github.com/Dave-Turnbull/Crowd-Simulator
Run in a server (opening the HTML document will cause cross-origin issues)
Add images of people to the /people folder (must be .png)
Enjoy!