- تم التحرير
How to make slow transition between two images in one slot?
How to make slow transition between two images in one slot?
For example, I have one turned off image, and one that is lighted. How to make animation where lighted image is slowly becoming visible ? animating transparency from 0 to 100% on second image in slot ?
Yes, branchilo, the only way to get smooth transition between images is by animating opacity. However, it can not be done if the images are in the same slot, as there can be only one image visible in the slot at a time and you can not animate images transparency itself (you animate slots transparency). You should have these images in separate slots and parent them to one bone if you want to transform them together.
cyb3r wroteyou can not animate images transparency itself
Agree
Here is one workaround with mesh deformations
Thanks!