Hello, how can I add an object to the scene so that it starts to appear in the frame where it is needed? I don’t understand how this works. Please, help
The text was written through Google Translator
Hello, how can I add an object to the scene so that it starts to appear in the frame where it is needed? I don’t understand how this works. Please, help
The text was written through Google Translator
Use opacity parameter of layers to make it appear or disappear in the scene at any given time.
With a constant interpolator
Opacity is an option, or alternatively put the layer into a switch and set it to ‘’ for the sections where you’d like the layer to be invisible. I’ve used both approaches to achieve the same outcome. I generally use whichever option comes to mind when I need to do it; same result.