Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Tutorial self-wiping 1-layer text

  • Tutorial self-wiping 1-layer text

    Posted by Geoff Vane on September 8, 2022 at 12:30 pm

    //alt-click the stopwatch of Mask Path under Mask1 of a text

    //paste this code in that expression field

    //animate the Anchorpoint to wipe text in and out, Vertcal or Horizontal

    a = thisLayer.sourceRectAtTime();

    x = thisLayer.transform.position[0];

    y = thisLayer.transform.position[1];

    h = a.height;

    w = a.width;

    t = a.top;

    l = a.left;

    createPath(points=[[l,t]+transform.anchorPoint,[l+w,t]+transform.anchorPoint,[l+w,t+h]+transform.anchorPoint,[l,t+h]+transform.anchorPoint]);

    Geoff Vane replied 3 years, 12 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

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