Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects How to make particle morph into different shapes

  • Graham Quince

    June 5, 2021 at 10:10 am

    Is it the “exploding and returning to shape” element you’re trying to recreate or do you want the circle to form a square?

    If it is the first one, you might try a displacement map or an expression to knock layers and then return them to a location something like:

    var pos = transform.position;

    nudger = thisComp.layer("Nudger").transform.position;

    maxDisplace = 300;

    dist = length(pos, nudger);

    linear(dist, 500, 0, value, [maxDisplace,maxDisplace,maxDisplace]);

    or animating the the Air > Spherical field in Particular.

    If it’s “circle to square” I think you’ve been given the best approach, fake it using time remapping and fading.

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