Forum Replies Created

Page 1 of 2
  • Nithish Kumar

    May 7, 2020 at 10:04 am in reply to: Clock widget confusion

    Thank you soooooo much Robert and Dan for making me understand the logic behind it.

    And I was ae to successfully set up the rog as I wanted. Now it can loop seamlessly based in comp duration.

    The only thing is the no of cycles should be even to loop seamlessly….

    Thank you guys again ….????????????

    Here is the code

    cyc =4; // should be even for a seamless loop
    segDur = thisComp.duration/cyc;
    rampDur = (segDur*0.5).toFixed(2);
    t = time%segDur.toFixed(2);
    seg = Math.floor(time/segDur);

    deg = 180;

    seg*deg+linear(t,rampDur,segDur,0,deg);

    Nithish

  • Nithish Kumar

    May 6, 2020 at 11:52 am in reply to: Clock widget confusion

    12-6——moon. (First frame)
    6-12——- moon rotate by 180 to show the sun
    12-6—— sun stay
    6-12——sun rotate 180 to show the sun

    And the loop goes on

    THIS IS THE CORRECT ORDER

    Nithish

  • Nithish Kumar

    May 5, 2020 at 2:00 am in reply to: Smooth Change Color linked to a slider

    Hi massimo ghidini

    Pls pay attention that ita a comma between 1 and 5. It’s not 1.5…coz color values can be only from 0 to 1….

    Nithish

  • Nithish Kumar

    May 4, 2020 at 5:27 pm in reply to: Linear expression -Including Limits

    Okay. I have a proper scene where I gotta use these things but unfortunately it all messed up. So I was verifying them with this simple scene. Lemme try on that and get back.

    Thanks, Dan…..For your patience…

    And sorry I will be coming back for more fruits of your knowledge

  • Nithish Kumar

    May 4, 2020 at 11:20 am in reply to: Linear expression -Including Limits

    Yep. Now I get it

    Can you also answer my side question ?

  • Nithish Kumar

    May 4, 2020 at 10:18 am in reply to: Linear expression -Including Limits

    So what you mean by this is interpolating to the last-1 frame instead of last frame. Right ??

    And a side question

    can this effect can be achieved using time or any another way other than linear expression ?

    i.e rotate a.full 360 from start to finish of timeline

    Later I may add a counter slider to be mulripled with this value to make that many rotations
    ..

  • Nithish Kumar

    May 3, 2020 at 12:45 pm in reply to: Reset rotation each revolution

    Could you break this down in words plz ?

  • Nithish Kumar

    April 28, 2020 at 12:47 pm in reply to: Clamp behaviour confusing

    Ok so is there any way to make it work like we normally expect………..?

  • Nithish Kumar

    April 28, 2020 at 7:59 am in reply to: Wiggle expression between 2 values only

    Thank you soo much. Will Go thru it…..

  • Nithish Kumar

    April 27, 2020 at 7:05 am in reply to: Wiggle expression between 2 values only

    Thank you so much, Dan..It was of great help as always…

    Is there any detailed tutorial for Ternary operator that you can point me to…..?

Page 1 of 2

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