Forum Replies Created

  • Nuwan Thilina

    April 2, 2019 at 3:27 am in reply to: Make Animation Library Plugin

    Hello Tom, It seems like an amazing project. It does 90% what I wanted. Never seen this type of script before.
    There are two problems I wanted to resolve/improve.

    01. Visual previews in the library instead of text.
    02. Subfolders for subcategories.

    Thank You,
    Nuwan T.

  • Nuwan Thilina

    April 1, 2019 at 4:49 am in reply to: Make Animation Library Plugin

    Thank you, Scott McGee, for taking me to right direction. I didn’t have any guide before you sending me invaluable information.
    I will start my research from today, Thanks again.

    Hello Tom,

    01. Yes, Build this for others.

    02. We (me & my partner) are making AE templates Full time and looking a way to package them as one plugin.
    We will be reaching 1000+ elements this year.

    03. Actually, I learned a lot about Javascript from Creative cow forum. Special from Dan Ebberts’s posts. I really enjoy it.
    But I’m thinking about hiring someone to make the plugin and learn along the way.

    Thank You,
    Nuwan T.

  • Nuwan Thilina

    March 29, 2019 at 3:11 am in reply to: Control checkbox status with slider value

    Thank You, Dan, Learned a lot from you. Always comes in to help in difficult situations.
    Also done some research based on your codes. And found an amazing resource. I think this will help other newbies like me to adjust the code bit.

    https://www.w3schools.com/js/js_operators.asp

    Thanks Agian,
    Nuwan T.

  • Nuwan Thilina

    March 25, 2019 at 4:29 am in reply to: Control checkbox status with slider value

    Hello, I have a hard time trying to make a modification to this valuable script. Tired for hours no luck ☹
    Anyone can help me with it?

    Here is what I want to achieve

    If slider value is 1,2,3,4,5,6 checkbox should be On If not OFF

    Thank You,
    Your help is highly appreciated.

  • Nuwan Thilina

    May 7, 2018 at 1:47 am in reply to: Changing active camera

    Hello there, I have found another simple solution today.

    01. Let’s assume that we need 1 minute time for each camera. We have 10 different cameras to switch between.

    02. Create new comp “all cameras” with 10 minutes duration. Put camera layer 01 from 0mins – 1mins.
    Second camera layer 1mins – 2mins. Follow similar way for all 10 camera.

    03. Then create another new comp ” Final”. Time duration of 1 minutes.

    Then add “all camera” comp in to it and trim that comp 0 -1min (which contains first camera)
    Then trim it again 1-2 mins. continue this until 10 mins. Now you get 10 comps.

    You can simple switch camera using opacity or linking opacity to checkbox expression now.

    I tried to explain it well. But english is not my first language. Sorry for any errors. Let me know if anything is not clear.

    Cheers.
    Nuwan T.

  • My bad Just figured it out.
    Posted the code here. So it may help other users.

    timeToStart = 2.5;
    transitionDur = 1;
    freq = 1.5;
    maxAmount = 50;

    amount = easeIn(time, timeToStart, timeToStart+transitionDur, 0, maxAmount);
    wiggle(freq, amount);

  • One question,

    Can you let me know how to enable both axis(x,y) to animate (wiggle)
    in above expression.

    Thanks.

  • Wow…! This is exactly what I wanted. Spent the whole day trying to figure this out.
    Thank you so much. You saved my tomorrow. ?

    Thanks again,
    Nuwan T.

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