I've never used these before (Viewport and lerp), where can I read more about them? Could you also explain what you do with lerp? Thank you.
In Construct 3, everything is designed very intuitively; even if you don’t know a specific term, you can select any object and see what options it offers. I’ve marked them in green.
“Lerp” is simply interpolation; if I were to just jump the scale every 0.3 points, it would look choppy, like a frieze, but this function makes it smooth.
Basically, this does the same thing but more smoothly.
Try commenting out one of them and you’ll see the difference.