I was trying to use lerp to increase my Sprites Opacity to 100 if it started from 25 like this:
lerp(Self.Opacity, 100, 9.8 * dt)
how do i do this if I want to decrease opacity using lerp? or do I have to use unlerp? But I don't know how to use unlerp. Can anyone explain how I can achieve this?