I'm trying to create a Universe button that will fade out or fade in (brightness change) over a set time. The idea is to hit a button and the projectors will fade out/in gently.
I've seen a mention of
AnimateProp "", 0,100,1000 // "variable", From, To, Duration MS
But i'm not sure if...