Skip to main content
1-Visitor
August 4, 2021
Solved

How to simulate motion trajectory or motion animation in mashup?

  • August 4, 2021
  • 1 reply
  • 1828 views

This is a recent learning task of mine. The teacher hopes that we can simulate the movement trajectory of a conveyor belt in real time. I hope someone can help me.

Best answer by PaiChung

We've done overlapping shapes before to do this.

1 reply

22-Sapphire I
August 4, 2021

This is very vague.

I would encourage you to first write down the requirements of what it would look like.

What is movement trajectory, what defines a movement.

After that I think you should probably notice what you need to fill in next and that should get you to the start of your simulation needs.

Fusanmu1-VisitorAuthor
1-Visitor
August 5, 2021

Thanks.

I have a slider that moves along a fixed path and can read his distance information. I want to know how to simulate his movement in the mashup, so as to observe his movement more intuitively.

14-Alexandrite
August 5, 2021

Hello,

(NB. never tried to move elements only changed colour and  text values in a svg-image.)

I assume that this is a 2D picture where you present the location.

Have a look at the SVG-widget and use overrides to move an element describing the thing you want to track.

 

Good luck 

Per