Q:

lottie animation github

dependencies {
  implementation 'com.airbnb.android:lottie:$lottieVersion'
}
0
lottie.loadAnimation({
  container: element, // the dom element that will contain the animation
  renderer: 'svg',
  loop: true,
  autoplay: true,
  path: 'data.json' // the path to the animation json
});
0

Tags

New to Communities?

Join the community