Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.05 KB

readme.md

File metadata and controls

26 lines (14 loc) · 1.05 KB

Scroll-based Animation

The words "My Portfolio" sit against a starscape with a green donut shape floating off to the side.

This project explores scroll-based animation with 3D elements. It was created with Three.js.

It features a mock portfolio front page with floating 3D elements. The 3D elements will spin quickly in response to entering the viewport, and their position will adjust based on your mouse movement. In the upper-right corner is a GUI that allows users to dynamically adjust the color of the 3D elements.

The work was undertaken as one of many steps in acquiring my Three.js certification through Three.js Journey.

Live demo

A running demo of the project can be viewed at https://dvdjrnx.github.io/scroll-based-animation

Local development

Installation

  1. Clone the repository.
  2. Install the required dependencies by running npm install.

Usage

To start the project, run the following command:

npm run dev