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.
是否可以为一个精灵制作动画,使一帧淡出以便另一帧可见?这就像在同一个位置创建两个精灵,而在顶部的精灵失去了不透明度。我宁愿用两个帧对一个精灵进行操作,而不是对两个精灵进行操作。
感谢您的任何建议!
一个精灵只能显示一个“帧”。对于您的要求,您必须使用两个精灵,这是没有办法的。毕竟,您同时显示两张图像,一张淡出,另一张淡入。