animate(atom, alpha = 0, time = 20, easing = SINE_EASING | EASE_OUT)
animate(atom, pixel_y = 128, time = 10, easing = SINE_EASING | EASE_IN)
Whilst I understand why you can't do an animate() with the same args as another one, surely this should be possible in some way.