Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How do I loop the wiggle effect? [URGENT]

New Here ,
May 17, 2018 May 17, 2018

ok so I've been searching all day and night and found something on how to loop the wiggle effect (Dan Ebberts's Expression on Looping wiggle())

He says to copy and paste this code:

 freq = 1; amp = 110; loopTime = 3; t = time % loopTime; wiggle1 = wiggle(freq, amp, 1, 0.5, t); wiggle2 = wiggle(freq, amp, 1, 0.5, t - loopTime); linear(t, 0,  loopTime, wiggle1, wiggle2) 

what do I do with this? how do I loop the wiggle effect?

P.S. Im trying to loop text

All help appreciated.

14.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 19, 2018 May 19, 2018

Dan's page:

The Language - Part I

or AE help:

Learn expression basics to link animations in Adobe After Effects

AE has a very steep learning curve.

Translate
Advisor ,
May 18, 2018 May 18, 2018

You're trying to 'loop text' doing what? wiggling position? - or something else?

What don't you understand about Dan's explanation and instructions?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 18, 2018 May 18, 2018

Im trying to loop the wiggle effect, rotation, and position, with Dan's expression. I just don't know anything about what or where to put the code.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 19, 2018 May 19, 2018

You could just read the help? It's all explained there.

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 19, 2018 May 19, 2018
LATEST

Dan's page:

The Language - Part I

or AE help:

Learn expression basics to link animations in Adobe After Effects

AE has a very steep learning curve.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 18, 2018 May 18, 2018

It loops automatically after 3 seconds in Dan's example. The expression merely blending between two wiggles with different seeds, since the wiggle itself isn't loopabable. The cutoff/ blending duration is determined by the loopTime parameter.

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 18, 2018 May 18, 2018

ok so how and where do I input that code to make it work?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines