When using animate() and supplying the new color matrix in list() form, it shifts the pixel offsets of the atom for the duration
Code Snippet (if applicable) to Reproduce Problem:
animate(src, color = list(0.3,0.3,0.3, 0.59,0.59,0.59, 0.11,0.11,0.11, -0.1,-0.1,-0.1), time = 1)