The scrolling effect is activated as soon as the animation enters the viewport.
<script> LottieInteractivity.create({ player:'#firstLottie', mode:"scroll", actions: [ { visibility:[0, 1.0], type: "seek", frames: [0, 300], }, ] }); </script>
Updated
Comments
0 comments
Article is closed for comments.