Hey everyone.
I’ve been working on creating this square effect you see when you click one of the four buttons at the bottom, for instance if you push ‘cow menu’.
I’ve made a couple of different versions using different methods to dynamically create the squares and animate them. Including using extensions like mctween for the square growth (but as I’m sure some of you know, mctween gets slow when too many objects are moving at once).
I was just wondering what would be the most efficient way of achieving this effect (memory wise and editing wise, I want to be able to have dynamic control over how many squares there are and where they are).
Thanks.