We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
加载gif时,只播放了一遍,没有循环播放 sketchGif.getOptions().setDecodeGifImage(true); sketchGif.displayResourceImage(R.drawable.magic_ball2);
The text was updated successfully, but these errors were encountered:
默认就是循环播放的,你换图试试
Sorry, something went wrong.
换了一张gif,是循环播了。问了一下UI,UI说他们可以选择导出播放一次或者循环播放的文件,涨见识了。
世界之大,无奇不有!永保敬畏之心!
No branches or pull requests
加载gif时,只播放了一遍,没有循环播放
sketchGif.getOptions().setDecodeGifImage(true);
sketchGif.displayResourceImage(R.drawable.magic_ball2);
The text was updated successfully, but these errors were encountered: