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

SVG animateMotion along circle instead on path

New Here ,
Jun 18, 2022 Jun 18, 2022

Copy link to clipboard

Copied

Is there a way to make an object move, not along the path, but along a circle? For Example:

<animateMotion path="M 0,0 C -50,100 -150,100 -200,0" begin="2s" dur="3s" fill="freeze" /> 

This works because we added a path.

Is there a way to do it where you can replace a path with a cricle (in the example), or with any other object?

<animateMotion
<circle cx="865.9" cy="539.6" r="499.1"/>
begin="2s" dur="3s" fill="freeze" /> 

Also, only using SVG, no HTML (need to send a project as .SVG file)

Views

107

Translate

Translate

Report

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

correct answers 1 Correct answer

Community Expert , Jun 20, 2022 Jun 20, 2022

You might want to animate your Illustrator content in Animate where you can define a circular path as a motion guide. Here's more information:

Votes

Translate

Translate
Adobe
Community Expert ,
Jun 20, 2022 Jun 20, 2022

Copy link to clipboard

Copied

LATEST

You might want to animate your Illustrator content in Animate where you can define a circular path as a motion guide. Here's more information:

Votes

Translate

Translate

Report

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