Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects COW Tutorials: After Effects Creating a Hologram Look

  • Darby Edelen

    February 1, 2008 at 7:20 pm

    Just a quick note on the loopOut() expression. You don’t actually need to specify “type=’cycle'” in the parameters as this is the default:

    loopOut(type="cycle");

    is the same as:

    loopOut("cycle");

    which is the same as:

    loopOut();

    If anything, specifying type=”cycle” might very slightly, imperceptibly even, increase memory requirements as you’re creating a variable named ‘type’ to contain the value “cycle” before passing it to loopOut()… But the main reason I mention it is because it takes less time to type it out =)

    Darby Edelen
    Designer
    Left Coast Digital
    Santa Cruz, CA

  • Steve Roberts

    February 1, 2008 at 8:52 pm

    Thanks, Darby!

    Steve

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