Adam Perlis
Results
3
comments of
Adam Perlis
Any updates on this?
TY! Will have a look.
I found this solution for Lottie, not sure if its helpful: var container = document.getElementById("logo"), anim = lottie.loadAnimation({ container: container, renderer: "svg", loop: false, autoplay: true, path: "static/logo.08.json" }); anim.addEventListener("enterFrame",...