Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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
});
Source by github.com #
 
PREVIOUS NEXT
Tagged: #github #lottie
ADD COMMENT
Topic
Name
2+4 =