Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在某些 x,y 坐标上播放 gif 动画。我尝试使用 Movie 类,但遗憾的是大多数 gif 动画播放有线且不够流畅。在 Movie 类中,我可以简单地设置我希望电影所在位置的 x,y 坐标,现在我想使用 GifDecoder 类,但不知道如何在动态 x,y 坐标中播放它,它一直在变化,也让它看起来很光滑。
如果您想使用GifDecoder,那么这里有一些我认为可能对您有所帮助的资源。
可以在此处找到教程。