You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would you go about adding multiple text layers (for example captions) to the composition?
The composition can only take a single animationLayer value, so no place to add an array.
My thoughts are to create a base CALayer, then add all of the subsequent text animation layers to that layer, adjust their animation (from and duration values), and then just assign that base layer to composition.
It hasn't worked for me yet, but is that the right approach at all?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey, love this library!
How would you go about adding multiple text layers (for example captions) to the composition?
The composition can only take a single
animationLayer
value, so no place to add an array.My thoughts are to create a base CALayer, then add all of the subsequent text animation layers to that layer, adjust their animation (from and duration values), and then just assign that base layer to composition.
It hasn't worked for me yet, but is that the right approach at all?
Thanks!
The text was updated successfully, but these errors were encountered: