How to make animation of material change gradually

like this change of shell material


from home page of Babylon website
https://www.babylonjs.com/demos/productpage/

This thread may help:

1 Like

@musk one of the coolest things about the animation system in Babylon is that you can animate just about ANY attribute or property over time. This includes properties of materials.

You can read more about the animation system here:

I’m personally a fan of the animation helper: Advanced Animation Methods | Babylon.js Documentation

In the case of the product demo on our homepage that was all done through with Node Material property changes as @Evgeni_Popov pointed you to a great thread on that subject.

1 Like

Thank you all the time.Seems that I need to learn node material. I don’t know the node material at all :sweat_smile:

Hi PirateJC.Thank you. your video is helpful

1 Like