Skip to main content

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

I'm not sure what you mean by "smooth animation". Please go into more detail about what you're trying to do.

look this .capx https://disk.yandex.ru/d/ll0DMsRY3NvVVA

on layout "operation"

if you click 1, 2, or 3, the person's animation will smoothly transition to a specific stage. Can I adjust the smoothness of the transition?

That link didn't work for me but I'm pretty sure now we are talking about animation blending.

Currently you have no control over this and it's on by default. In the future you will be able to turn it on/off and set a blending speed.

But there was no animation blending in the previous update. What did you add to make it appear?

Well if you simply want to disable it for now you can search every occurance of "anim.enableBlending = true;" in runtime.js and replace it with "anim.enableBlending = false;".