-
Gaps appearing between layers when they’re moving around the screen
I have an “array” of 9 layers that are positioned like tiles, right up against each other without any overlap or gaps, like a big square divided into 9 small squares.
These layers all move in complete unison, since they are tied to another separate layer that has two expressions on it to control size and position.
The problem is when the layers start moving, little gaps start to appear between them.
These gaps then get amplified by the motion blur effect (which is crucial for this project).
How can I solve this issue and prevent these gaps from appearing?
Thanks!