Material Fade from 2 different textures

Hi,
I have question regarding creating a “fade” animation inside a material using 2 different textures.
I have a level sequence where i am animation a fading material going from 1 texture to another, with a blend between both.
I have managed to create the fading animation i want, but the second texture is turning black and not the colours of the texture i want.
Here is the material:

What is causing it to turn out black, and dont have the correct colours?

Thanks!

You are fading between black and one texture. It is that Lerp node.
Try those things:

  • lerp between both textures, not black and one of them
  • create two lerp nodes like you created for black and first texture, do similar for second texture, then lerp results of those two and your fade param to drive alpha value.

I kind of dont know what exactly you want to do, so cannot do graph you need.