Answers for "github lottie"

CSS
0

lottie animation github

dependencies {
  implementation 'com.airbnb.android:lottie:$lottieVersion'
}
Posted by: Guest on September-06-2020
0

github lottie

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
});
Posted by: Guest on July-29-2020

Browse Popular Code Answers by Language