margelo / react-native-skottie

▶️ Efficient lottie animations using Skia's Skottie module
https://margelo.io
MIT License
868 stars 24 forks source link

Support for `startFrame` and `endFrame` arguments in play ref method #13

Open reichhartd opened 9 months ago

reichhartd commented 9 months ago

The current implementation of the play ref method in react-native-skottie does not support specifying start and end frames, which is a feature in lottie-react-native. This functionality allows for greater control over the animation segments, especially useful in cases where only a part of the animation needs to be played.

kimak commented 9 months ago

+1 on this feature request to give more flexibility in the api

victorstein commented 7 months ago

+1 This is litterally the only reason why my team and I haven't moved to Skottie