Simple Animations with React Hooks

My first youtube video! In this short tutorial, we’ll create a custom react hook that allows us to animate any property over a period of time. The animation hook that we create in this tutorial offers simple transitions between one value to another by providing a component with the progress of an animation. I’ll likely create another tutorial in the near future that demonstrates how to add features like easing and start / end keyframes! Code for this series:
Back to Top