This is my implementation of an awesome dribble animation by Ali Zafar Iqbal. I was inspired by one of the streams of Keyframers to take on this challenge.
I used Vite with React and Typescript. It also uses the experimental Web Animations API, which is not yet fully supported.
If you want to tinker with the code yourself, this is how to get up and running.
You'll need Node installed on your computer and a package manager like NPM or Yarn
- Clone the repo
git clone https://github.com/waspeer/panning-grid.git
- Install packages
npm install
# or
yarn
- Start the dev server
npm run dev
#or
yarn dev
Distributed under the MIT License. See LICENSE for more information.