airbnb / lottie-web

Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'setDirection' not working when combined with 'playSegments'

ivanjeremic opened this issue · 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]);