lottie animation github

C++
dependencies {
  implementation 'com.airbnb.android:lottie:$lottieVersion'
}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
});
Source

Also in C++: