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

Wiggle Temporal Phase

Community Beginner ,
Jan 23, 2023 Jan 23, 2023

Is there a way to access the temporal or spatial phase of a wiggle expression that can be controlled by a slider or integer? It's available on a shape layer, however the wiggle affects the points of the shape instead of its comp transform. Thanks in advance.

TOPICS
Expressions
647
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 , Jan 23, 2023 Jan 23, 2023

If you tie the 5th parameter (time) of wiggle to a slider, then the slider contols where you are, time-wise, traversing the wiggle path. For this example:

wiggle(1,100,1,.5,effect("Slider Control")("Slider"))

the wiggle doesn't animate unless you animate the slider.

Translate
Community Expert ,
Jan 23, 2023 Jan 23, 2023
LATEST

If you tie the 5th parameter (time) of wiggle to a slider, then the slider contols where you are, time-wise, traversing the wiggle path. For this example:

wiggle(1,100,1,.5,effect("Slider Control")("Slider"))

the wiggle doesn't animate unless you animate the slider.

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