Skip to content

Animation Controller

Description

A basic animation controller example.

By using a combination of useState and useEffect, when a key is pressed on the keyboard, a different animation can be played by the mixer.

Working Example

<>

GitHub Branch

git clone https://github.com/Sean-Bradley/React-Three-Fiber-Boilerplate.git
cd React-Three-Fiber-Boilerplate
git checkout animationController
npm install
npm start

Comments