NextPreviousHomeHow to circle text in an arbitrary plane?

happy3d | 6 years ago | 3 comments | 1,404 views

A string of text can be made to revolve around the y axis using text alignment "circle 2" and animated with "text rotation".

How can I have multiple such strings, each circling in a slightly different plane (not just xy, xz, yz planes), and with different text?




Share this on FacebookShare this on X

Maybe you can place the different 'circle 2' texts in a container and rotate the container

vincent, 6 years ago


I think the answer is indeed the container layer.

But I think the rotation of the container must be static because this defines the "slightly different plane".

Set the rotation of this plane with the ROTATION prop of the container layer. Keep this prop fixed and rotate the text with the TEXT ROTATION prop of the attached text layer.

michiel, 6 years ago


Yes, It works!
Thank you vincent and michiel.

happy3d, 6 years ago

Comment to this article

You must be logged in before you can comment to this article. Login | Register