Ease in background Colors

Hello, how can I turn my background color from Red to Green while easing in for about 10 seconds?. Please Help!.

Thank you.

By ease in, you mean “at non-linear speed”?
If so, you should use this to change the R and G values, starting from 255 for R and 0 for G:
image
And then use these R and G variables in the background color action.

For linear speed, you can reuse this bit I made for a game of mine:

Thank you.:smiling_face_with_three_hearts:
You helped a lot.

1 Like