airbnb / lottie-web

Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/
MIT License
29.85k stars 2.85k forks source link

escaping playSegments? #2966

Open thomasweigert91 opened 1 year ago

thomasweigert91 commented 1 year ago

i have read a lot of things and just can't find a solution. i am currently building a lottieplayer with a slider. i want to set segments with the slider and loop them. But now i want to return to the startframe with the slider after i have played a segment. But this is no longer possible, because the startframe is now the first frame of the segment. functions like resetSegment no longer exist in the props. i have tried a workaround via a useRef, but this also works rather badly than well.