js-animation-awwwards-course icon indicating copy to clipboard operation
js-animation-awwwards-course copied to clipboard

Code examples for my course on Dynamic Animation and Physics with Javascript

Dynamically scripted animations with Javascript

AWWWARDS Video Course

Different exercises renders

This repository contains all the samples, excercises, and demo code needed for this course.

In a world full of Javascript libraries, this course will be of great use for people who want to understand it on a deeper level. These animation principles are timeless and can be applied to any environment, such as HTML, SVG or even 3D with WebGL.

Installation

Open your favourite terminal, navigate to the folder where you want to install the project and type git clone [email protected]:gnikoloff/js-animation-awwwards-course.git. Alternatively, click the Code button in top right of this page and click on "Download ZIP"

Running the project

To run it, simply:

  1. Navigate to the folder that contains this project
  2. Open a terminal
  3. Install the dependencies with npm install
  4. Run it with npm run start.