lottie-web icon indicating copy to clipboard operation
lottie-web copied to clipboard

'setDirection' not working when combined with 'playSegments'

Open ivanjeremic opened this issue 1 year ago • 0 comments

// 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]);

ivanjeremic avatar Dec 15 '23 17:12 ivanjeremic