Pulsating Points with CindyJS

https://github.com/CindyJS/CindyJS/issues/722

HTML

<script src="https://cindyjs.org/dist/latest/Cindy.js"></script>
<script src="https://cindyjs.org/dist/v0.8.7/Cindy.js"></script>
<div id="CSCanvas"></div>

<script>
  CindyJS({ 
	scripts: "cs*", 
	defaultAppearance: { fontFamily: "sans-serif", lineSize: 1, pointSize: 5.0, textsize: 12.0 }, 
	angleUnit: "°", 
	geometry: [ 
		{ name: "M", type: "Free", pos: [ -2.6470588235294117, -4.0, -1.4705882352941175 ], color: [ 1.0, 0.0, 0.0 ], labeled: true }, 
		{ name: "A", type: "Free", pos: [ -2.5, -4.0, 2.0833333333333335 ], color: [ 1.0, 0.0, 0.0 ], labeled: true }, 
		{ name: "a", type: "Join", color: [ 0.0, 0.0, 0.0 ], args: [ "A", "M" ], dashtype: "dashdot" }, 
		{ name: "b", type: "Orthogonal", color: [ 0.0, 0.0, 1.0 ], args: [ "a", "M" ], visible: false, clip: "inci" }, 
		{ name: "B", type: "PointOnLine", pos: [ 4.0, -0.29207139352344186, 0.590694571498004 ], color: [ 1.0, 0.0, 0.0 ], args: [ "b" ], labeled: true }, 
		{ name: "C0", type: "CircleMP", color: [ 1.0, 1.0, 1.0 ], args: [ "M", "A" ], visible: false, size: 0, printname: "$C_{0}$" }, 
		{ name: "C", type: "OtherIntersectionCL", color: [ 1.0, 0.0, 0.0 ], args: [ "C0", "a", "A" ], labeled: true }, 
		{ name: "C1", type: "CircleMP", color: [ 1.0, 1.0, 1.0 ], args: [ "M", "B" ], visible: false, size: 0, printname: "$C_{1}$" }, 
		{ name: "D", type: "OtherIntersectionCL", color: [ 1.0, 0.0, 0.0 ], args: [ "C1", "b", "B" ], labeled: true }, 
		{ name: "Poly0", type: "Poly", color: [ 0.0, 0.0, 0.0 ], args: [ "A", "B", "C", "D" ] }, 
		{ name: "C2", type: "CircleMP", color: [ 0.0, 0.0, 1.0 ], args: [ "A", "C" ], visible: false, printname: "$C_{2}$" }, 
		{ name: "C3", type: "CircleMP", color: [ 0.0, 0.0, 1.0 ], args: [ "C", "A" ], visible: false, printname: "$C_{3}$" }, 
		{ name: "Collection__1", type: "IntersectionConicLine", args: [ "C2", "b" ] }, 
		{ name: "E", type: "SelectP", pos: [ 4.0, -1.006902094708472, 0.4066397873875018 ], color: [ 1.0, 0.0, 0.0 ], args: [ "Collection__1" ], visible: false,...