[Solved] Is there a way to make something move with an exponential ease in/out?

I looked up the equation for it, and tried to implement it in Thunkable, but nothing I tried was able to make it move correctly.

Try this, based on an equation provided by ChatGPT:

v(t) = a * t2

Project: Thunkable

Preview (sorry, the frame rate isn’t great for this gif):

download (1)

1 Like

I wrote my original post late at night and I thought I included this, but it’s a normal object because as far as I know, there’s no canvas in modules

So you’re trying to move a component? I imagine you might be able to do the same thing by changing the component’s x value incrementally (at first, small values followed by larger and larger values).

Yeah I have no idea what I was thinking earlier and last night, that would work