I want to create an effect similar to this animation where two shapes separate over time but are connected (for a time) by something gooey that stretches and eventually breaks. Like pizza cheese, but specifically in 2D.
I'm using Swift and SpriteKit. I'm thinking this probably involves keyframes bezier path animations, but I'm not sure. How can I achieve this effect?
I've never done it in 2D though myself, only in 3D back in the university, so I can't point you to some specific algorithm.
– Sergey.quixoticaxis.Ivanov Sep 16 '16 at 11:07