You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes, I want to make a lottie play with scroll but instead of listening to the lottie container's viewport, I want it to follow a different container. This is included on Lottie Interactivity as they show here: Lottie scroll relative to container (https://lottiefiles.com/interactivity)
Describe the solution you'd like
The solution would be to add this param to the function. Describe alternatives you've considered
Can't find any other alternative since I can't seem to change the container that the function is reading. Additional context
Example shown on lottie Interactivity page: <script> LottieInteractivity.create({ mode: "scroll", player: "#secondLottie", container: "#MyContainerId", actions: [ { visibility: [0,1], type: "seek", frames: [0, 301] } ] }); </script>
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Yes, I want to make a lottie play with scroll but instead of listening to the lottie container's viewport, I want it to follow a different container. This is included on Lottie Interactivity as they show here: Lottie scroll relative to container (https://lottiefiles.com/interactivity)
Describe the solution you'd like
The solution would be to add this param to the function.
Describe alternatives you've considered
Can't find any other alternative since I can't seem to change the container that the function is reading.
Additional context
Example shown on lottie Interactivity page:
<script> LottieInteractivity.create({ mode: "scroll", player: "#secondLottie", container: "#MyContainerId", actions: [ { visibility: [0,1], type: "seek", frames: [0, 301] } ] }); </script>
The text was updated successfully, but these errors were encountered: