DEV Community

Discussion on: Help using Animated Icons with React and What is your fav animated icons library?

Collapse
 
maltesa profile image
Malte Hecht • Edited

They seem to use lottie for creating their animated icons. So i guess you can use react-useanimations (github.com/useAnimations/react-use...) to control them. react-useanimations is actually using lottie-web under the hood so you could use that as well (github.com/airbnb/lottie-web).