react-lottie icon indicating copy to clipboard operation
react-lottie copied to clipboard

Load JSON remotely

Open sliktrik opened this issue 5 years ago • 2 comments

Hi, is it possible to load the animation data remotely?

for example

<Lottie
   options = {{
      animationData: "https://someurl.com/animationData.json",
      loop: true,
      autoplay: true,
   }}
   width = "1293px"
   height = "300px"
 />  

sliktrik avatar Nov 28 '19 05:11 sliktrik

available in @crello/[email protected]

lazysergey avatar Dec 03 '19 21:12 lazysergey

See #93

Kalyse avatar Dec 24 '19 10:12 Kalyse