
does anyone know how to mimic minecrafts interpolate animation?
ı was making some mc models and textures. I managed to make normal frame by frame animations but interpolate animations (has 3-4 frames and slow fades into each other, game files call this interpolate) like magma or farmers delight's stove top is really hard to make, best solution ı found was using abs(cos(frame/32)) drive to constantly mix frames but ı dont like how it looks