Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Can you adjust the speed of animation? For example I used tween position and I want to make it either slower or faster without changing animation fps

Hi Golios, yes, that’s possible without changing the animation FPS 😊

 The speed of the tween depends on how many frames you have between the two cels.

  • More in-between frames = slower, smoother animation
  • Fewer frames = faster animation

So you can control the speed by adjusting the number of frames used for the tween. 

I’ve attached a quick demo GIF to show how it works