Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Floating letters

  • Dan Ebberts

    December 14, 2022 at 8:59 pm

    That looks like a fairly complex physical simulation. It looks like something you might be able to pull of with Newton or Pastiche (or a combination of both) from aescripts. I don’t have those tools, so I’m not sure, but you might want to check them out.

  • Graham Quince

    December 15, 2022 at 9:22 am

    Your video link won’t open for me, but from your description I think CC Card Dance could possibly get you there. If you can arrange your letters in a grid, you can then use a gradient on another layer to drive the animation. That would be quite a bit of work just lining up the letters.

    Alternatively, I think you could use a “proximity detection” expression on a layer’s position, something like:

    var targetPos = thisComp.layer("Shape Layer 1").transform.position;

    var thisLayerPos = value;

    var distance = length(targetPos, thisLayerPos);

    value+(thisLayerPos*100/distance);

    This means the L layer actively stays away from the displacing object. That expression might need a little work, but if you make one letter, get that responding correctly then duplicate and reposition the new layer, you should be able to fill a grid relatively quickly.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy