Hi All
I am trying to understand the direction “flow” of the animations in the widget as per the following:
Specifically I am trying to understand, for example:
- component: f7-row
config:
tag: path
id: path3
d: M0,56 H110
stroke: teal
stroke-width: 1
vector-effect: non-scaling-stroke
fill: none
- component: f7-row
config:
tag: circle
r: 1
vectorEffect: non-scaling-stroke
strokeWidth: 10
fill: teal
slots:
default:
- component: f7-row
config:
tag: animateMotion
repeatCount: indefinite
calcMode: linear
dur: 3s
slots:
default:
- component: f7-row
config:
tag: mpath
xlink:href: "#path3"
This path is a straight line and the "flow is left to right.
I have read through all the linked articles etc. but cannot work out how the direction of the animation is calculated and how it would be possible to change this to be from right to left for example.
I am also still trying to understand the best way to determine the path, so any hints for that would be appreciated too.
Thanks
Mark