Interesting. But this effect can affect the performance?
And about lerp? Is a good option to a continuous animation? If yes, how can I create a mechanism using lerp? (I know that I need to use something like this: lerp(Self.Opacity, 0, 5 * dt) / lerp(Self.Opacity, 100, 5 * dt) , but I don't know how can I loop it)