We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Turtle.get_AnimateMotion
1 parent 2f32dc8 commit 6143abdCopy full SHA for 6143abd
1 file changed
Types/Turtle/get_AnimateMotion.ps1
@@ -0,0 +1,7 @@
1
+@("<animateMotion dur='$(
2
+ if ($this.AnimateMotionDuration) {
3
+ $this.AnimateMotionDuration
4
+ } else {
5
+ "$(($this.Points.Length / 2 / 10))s"
6
+ }
7
+)' repeatCount='indefinite' path='$($this.PathData)' />") -as [xml]
0 commit comments