airbnb / lottie-web

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

'setDirection' not working when combined with 'playSegments' #3054

Open ivanjeremic opened 9 months ago

ivanjeremic commented 9 months ago
// does not work if you previousy have used "playSegments([6, 71])"
setDirection(-1);
play();

and also

// The issue here is "setDirection" has no effect when combined with "playSegments"
setDirection(-1);
playSegments([167, 6]);