Animated background for Responsive Design project
I have a little problem here. I am currently working on a project that requires the background to be cyclic. I have a composition that has a pre-composition that needs to be modified so that there are opening and ending segments, as well as an animated background.
The task is to make a graphic element with a duration of 289 frames. 14 frames for the opener and 25 for the ending. the video itself lasts 10 seconds.
The video is in the preliminary composition which is located in the main composition. Changing the duration of the pre-composition takes place in the main composition. I was thinking about how to solve this problem and came up with the following option:
I use an expression to calculate the acceleration coefficient, then use Time Remaping to speed up the clip. The problem is that to speed up the clip has succeeded, but to loop it in any way does not work. When using loopOut("cycle") the speed change is reset.
Here's what I'm using:
TimeChange=time * timeToFrames(comp("TEST_COMP").layer(1).outPoint) / 289
TimeChange
loopOut("cycle")What can be done in this situation and how to solve the problem?
PS. The element should be used in Essencial Graphics.
