Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Position & Rotation

Mentor ,
Apr 30, 2025 Apr 30, 2025

In this composition there are 12 rings one over other with a rotation of 30 degrees. With the positional change only it create a visible rotation. How can it be explained? Video and file also uploaded.

https://easyupload.io/e3rdwg

 

2025-04-30_12-21-46.png

 

TOPICS
FAQ
853
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Apr 30, 2025 Apr 30, 2025

Hey Maha,

Thanks for the post. I apologize that I do not understand the problem you are having. Can you explain your issue in more detail. I downloaded your project and the shape layer appears to be functioning as expected. I like this comp, though. It can make some unique geometric patterns. Let the community know.

 

Thanks,
Kevin

 

Kevin Monahan - Sr. Community & Engagement Strategist – Pro Video and Audio
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Apr 30, 2025 Apr 30, 2025

-In the first image Position 0.0,0.0 & Rotation 0x30.0 but rings are in the same Position as one over other.

-In the second image Position 0.0,200.0 & Rotation is same as above but rings take circular path.

How can a single positional change (0 to 200) can determine a different position to 12 of those rings?

 

2025-04-30_15-00-41.png

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 01, 2025 May 01, 2025

That's because changing the position that you've highlighted in the screenshot changes the position of the Ellipse (not the position of its layer). Since the main Ellipse changes the position, its copies will follow.

Hope that helps.


Thanks,
Nishu

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
May 03, 2025 May 03, 2025
LATEST

Copy means to intentionally make or do something that is the same as an original piece of work.

 

Is here copy done different work?

 

2025-05-03_09-44-50.png


 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 01, 2025 May 01, 2025

It's to do with the order things are being applied in.

  • The position = 200px; this offsets the circle path within the ellipse shape "group".  So in effect, you've made a group that looks a little like this: " O          " as opposed to just "O".
  • Then the group is duplicated by the repeater and rotated by 30 for each copy.  The rotation point is located at 0,0 so the group is rotated around that point, but it is now longer.  and that's why you get your circle of circles.

 

If you want to offset the circle without creating the larger circles, then you can either adjust the Transform properties for the layer or you can group the ellipse shape with the repeater - this will create an extra set of group transform controls which you can position at 200px.

 

Hope that makes sense.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 01, 2025 May 01, 2025

Adding a Group and a simple expression that divides 360º by the number of copies in the Repeater will allow you to offset the position of the original ellipse, add copies that fill the circle, and then rotate the entire array. If you want the copies to grow from the original, do the rotation math first and then animate the number of copies. 

RickGerard_0-1746108139733.gif

You can see all of the modified properties.

 

Here is the workflow:

  1. Press the "q" key until you get the ellipse tool, double click to create an ellipse with all properties at the default values
  2. Adjust the size, fill, and stroke of the ellipse
  3. Use the Add button to add a Group to the shape layer and slide the Ellipse into the Group
  4. Select the Ellipse and add a repeater, and set the Position to 0,0 then add the following expression for Repeater/Rotation
    c = content("Group 1").content("Ellipse 1").content("Repeater 1").copies;
    360/c;​
  5. Offset the Ellipse/Position to move the first circle to the desired radius for your graphic
  6. Set the number of copies
  7. Fiddle with the rotation angle and other values to animate the number of copies, position, and rotation as needed to create your animated graphic

 

That should get you started. Animation is always about properly linking the elements and their controls, layers, anchor points, positions, and keyframes, even if you use an app that uses nodes instead of layers. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
May 01, 2025 May 01, 2025

What does Position values mean? It is not X & Y coordinates. Because ruler does not show that. 

 

11111111111111.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 01, 2025 May 01, 2025

These position values are pixels from the centre of the shape, rather than the comp's dimensions 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines