Skip to main content
Participant
August 11, 2018
Answered

How do I animate a grid with opacity going from 0 to 20 but in random intervals

  • August 11, 2018
  • 2 replies
  • 1360 views

Hello, the title pretty much says it all. How can I animate a grid with the opacity to always fade from 0 to 20 and 0 again and do it in random intervals, like in this video (Visualization of a grid of blue circles fading in and out), cause I don't want to do it one by one, it takes too much time.Here is the grid that I want to use (I have it single layered and multiple layered, so no probs, just tell me the easiest way for you). I'm talking about animating the opacity on all the single triangles. Hope you can help and thanks in advance!

This topic has been closed for replies.
Correct answer Mylenium

Apply a wiggle() expression. Example:

seedRandom(index,true);

wiggle(1,10);

Set every layer's opacity to 10% beforehand, so the wiggle operates around the midpoint. Chenge the values as needed.

Mylenium

2 replies

MikeSYTAuthor
Participant
August 11, 2018

I'm sorry for the broken link from imgur here's what the image was!

Mylenium
MyleniumCorrect answer
Legend
August 12, 2018

Apply a wiggle() expression. Example:

seedRandom(index,true);

wiggle(1,10);

Set every layer's opacity to 10% beforehand, so the wiggle operates around the midpoint. Chenge the values as needed.

Mylenium

MikeSYTAuthor
Participant
August 12, 2018

Thanks a lot! It turned out great!

Mike_Abbott
Legend
August 11, 2018

Imgur link is broken.