Add a delay when using Time node ?

I am trying to create a delayed glow effect with several 3D objects that should glow one after the other.

I don’t know how to add the delay so that the last object glows a certain time after the first one.

Does anyone know if this is possible and if so, how to do it?

Thank you.

Well, I found a solution.

Instead of using Sine Time, I just have to use Time, use a Add node and feed it with Time and with an offset (the delay).

Then I have to use a Sine node and feed it with the result of the Add node.