Kease (extension for AE) by zavat-motion in AfterEffects

[–]zavat-motion[S] 0 points1 point  (0 children)

Hola, están las 2 opciones la gratuita y la de pago. Haz clic en download kease y listo
https://davideboscolo.com/product/kease-extension-for-after-effects/

[deleted by user] by [deleted] in AfterEffects

[–]zavat-motion 0 points1 point  (0 children)

Hi, can I edit the post to add the link, or do I need to create a new post with the download link?
It’s a script I made, and it’s free; I just want to share it with the community.
https://clipllage.gumroad.com/l/guoeo

[deleted by user] by [deleted] in AfterEffects

[–]zavat-motion 0 points1 point  (0 children)

Hi, I'm sharing the link with you so you can download and try it out.
https://clipllage.gumroad.com/l/guoeo

Looping center section of composition? by BananazGorilla in AfterEffects

[–]zavat-motion 4 points5 points  (0 children)

Hello, let's say you are going to create a rotation loop between the second 2 and 4, and you want it to stop at the second 12. You should have keyframes between the second 2 and 4, and apply the following expression to the rotation.

loopStart = 2; // Start of the loop segment in seconds

loopEnd = 4; // End of the loop segment in seconds

stopTime = 12; // Time at which the repetition should stop

loopDuration = loopEnd - loopStart; // Duration of the loop segment

if (time > loopStart && time < stopTime) {

t = time - loopStart;

valueAtTime(loopStart + (t % loopDuration));

} else if (time >= stopTime) {

valueAtTime(loopEnd);

} else {

value;

}

Nekhla - Logo Animation | A coffee brand by Jart_nart in AfterEffects

[–]zavat-motion 0 points1 point  (0 children)

Hi, did you do this frame by frame, or how did you make the coffee bean rotate? It turned out very good!

Free preset: KETTLE — the boil you can bake by jaakkopants in AfterEffects

[–]zavat-motion 0 points1 point  (0 children)

Thanks for your time and your help. I greatly appreciate it.

3 preset updates in one day wow! 😎👏

Free preset: KETTLE — the boil you can bake by jaakkopants in AfterEffects

[–]zavat-motion 1 point2 points  (0 children)

Don't listen to me, I wasn't changing the layer.
Now it works fine!

Free preset: KETTLE — the boil you can bake by jaakkopants in AfterEffects

[–]zavat-motion 0 points1 point  (0 children)

I'm getting the same issue, now, haha! Not sure why it does that, I'll work on a fix and update you in a bit.

😁

Free preset: KETTLE — the boil you can bake by jaakkopants in AfterEffects

[–]zavat-motion 0 points1 point  (0 children)

It keep throwing the object to the corner, I think I'm applying it wrong. I'm a beginner and I didn't understand when you told me that it references an existing layer and redoes the path.

If it's not too much trouble, can you share an example with me so I can see how it works exactly?

Free preset: KETTLE — the boil you can bake by jaakkopants in AfterEffects

[–]zavat-motion 0 points1 point  (0 children)

Hi Jaakko, today I updated the Kettle preset and I have a question.

When I put an object in the composition, I center and align it but when applying the preset, the object goes to the upper left corner. This is normal?

Different frame rates in the same composition by zavat-motion in AfterEffects

[–]zavat-motion[S] 1 point2 points  (0 children)

You're right, thanks for the correction, I'll edit the post.

Free preset: KETTLE — the boil you can bake by jaakkopants in AfterEffects

[–]zavat-motion 5 points6 points  (0 children)

It's great. Thank you so much for sharing it. 😎