How to add animations to your React js project using Lottie animations.

preview_player
Показать описание
I make videos about the new emerging tech. Tips and tricks. Hi, thanks for watching this video about how to use Lottie files on #reactjs

LINKS MENTIONED IN THE VIDEO

ABOUT MY CHANNEL
This channel is about everything Dev-related. We cover lots of cool stuff such as #reactjs #nextjs and #nodejs
Check out our channel here:

Don't forget to subscribe!

CHECK OUT OTHER VIDEOS

FIND ME AT

FOLLOW US ON SOCIAL
Get updates or reach out to Get updates on our Social Media Profiles!
Рекомендации по теме
Комментарии
Автор

great tutorial man. keep up the good work!

atanasiusherkristito
Автор

Thanks man, short and simple. Good luck

MohitKhare
Автор

The video is really usefull. Great tutorial

_TamannaTahsin_A
Автор

Mujhe Lottie file ko jsx me use karna hai but nhi ho raha wo json file hi accept nhi kar raha hai please help me

codingwithcode
Автор

suppre, ,, nice worked, , , it's very tnx

tknejmr
Автор

i want to run the animation only once when it is scrolled to view... but it runs everytime there is even a little scroll.
const style = {
height: 350,
width: 350
};
const interactivity = {
mode: "scroll",
actions: [
{
visibility: [0, 1.0],
type: "play"
}
]
};
<Lottie animationData={circle} style={style} interactivity={interactivity} loop="false" />

what should i do? i checked some docs of lottiefiles itself and it said to change the type to playOnce, i tried it but it didnt work..

bhanubansal
Автор

How to pause the animation once it loaded ?

Imaginative
Автор

hi bro, I am using react 18.11.0, this version can not work lottis animation, who I can do this work.

mdabutalivebusniss
Автор

Please explain install this library on vue js 3

kxbzouc