SamuelOsborne

Results 62 comments of SamuelOsborne

Hi @dlogvin Thanks for submitting this, this is a good feature and will add it to the roadmap to implement. Cheers

@MATTiVOLTARii Can you please link your LottieInteractivity code setup?

@MATTiVOLTARii I think your setup needs changing, can you try something like this: ``` LottieInteractivity.create({ mode:"scroll", player:player, actions: [ { visibility: [0.1, 0.3], type: "seek", frames: [0, X] }, {...

@andybrowncompassion Could you share a url to your animation too please? Can't reproduce this problem atm.

@andybrowncompassion Seems to work ok for me - please check out this codepen: https://codepen.io/Osbro/pen/abYZqwQ?editors=1010 Can't see any of the flashing problems

Thank you for this suggestions @stevengrimaldo, I will look in to implementing it.

Hi @kb-ig, thanks for creating this issue, I'll look in to it.

@kb-ig The problem seems to be coming from your toggle code, I don't have a problem using the animationData like in your first code snippet: https://codesandbox.io/s/react-play-lottie-on-toggle-s3d6hf I think the spread...

@kb-ig Yes you're correct, autoplay will play the animation when it has finished loading. Is there a difference between your idea of a ```play``` prop and calling the ```play()``` method...

hi @kdembler Have you tried overriding ```.lf-player-container``` with your own CSS? It doesn't have any styling on our end, and was left for user's to add their own.