When you call flick() on an atom and immediately afterward attempt to use animate() on it, animate() itself seems to be ignored.
I should note this happens only when the animation from flick() is still playing, and that this is not an issue in DreamSeeker.
Code:
flick("animation", object) // assuming "animation" is >= 5 frames
animate(object, alpha = 0, time = 5)