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.
我想问一下动态壁纸中的淡入淡出和滑动效果。在两个图像之间切换时,如何在动态壁纸中制作淡入/淡出或滑入/滑出效果。如果有人知道,请帮助我!
谢谢阅读!
使用动态壁纸,您必须手动处理这些效果。淡入/淡出可以通过将两个位图绘制到同一个画布上并改变第二个位图的 alpha 来实现。我不确定您所说的“幻灯片”是什么意思...动态壁纸通常使用称为视差滚动的效果,由 onOffsetsChanged() 回调提供便利...有关简单实现,请参阅 SDK 中的立方体示例。