I use the following code to animate something so that it fades in while falling to the ground:
animate(src, alpha = 255, time = 5)
animate(src, pixel_y = -16, time = 10, flags = ANIMATION_PARALLEL)
Expected results (recorded in DS):
The weird pixel shift mid-animation is probably another entirely different bug w/ animate().
Actual results (recorded in webclient):