Is GDevelop time diffrent than normal time? (lerp)

Im having a issue that when I make this:
Change camera zoom to lerp(CameraZoom(), 1.2, 1<= 1sec)
The last parameter is realy slow but it shouldn’t becuase its a second.
So is GDevelop time diffrent and if yes how???

Try using X*Timedelta() so the lerp is going to balance itself depending on the system where is running

Can you show the event? The lerp expression in the engine doesn’t accept direct math expressions. So 1<=1sec means nothing to it.

the <=1sec is just to comment on the action

I’d still need you to show your ecents. As far as I know lerp in GD5 isn’t looking for seconds in any of its parameters.