I've an image with this properties:
How can I do so that it's slowing disappearing?
Thanks in advance
I've an image with this properties:
How can I do so that it's slowing disappearing?
Thanks in advance
Just use a Maths node to manipulate the Alpha channel. You can either set it to Add or Subtract and ensure you have the Clamp checkbox enabled (so you don't get out of range) or you can use it as a Multiply and change the value of the multiplication between 1.0 (for 'normal' alpha) down to zero (for completely transparent).
Can you see the difference between these 2 pictures?

One uses your setup, one uses principled BSDF
You can then animate it using this value:

0 is visible, 1 is invisible