Show object track

I have a JSON array of multiple objects containing x/y co-ordinates and a time stamp - is it possible to use plotly.js to animate this data and show the objects movements?

{
	      "Person": {
	        "BoundingBox": {
	          "Height": 0.33796295523643494,
	          "Left": 0.21197916567325592,
	          "Top": 0.4574074149131775,
	          "Width": 0.07135416567325592
	        },
	        "Index": 40
	      },
	      "Timestamp": 24699
	    },
	    {
	      "Person": {
	        "BoundingBox": {
	          "Height": 0.3611111044883728,
	          "Left": 0.29374998807907104,
	          "Top": 0.4277777671813965,
	          "Width": 0.07968749850988388
	        },
	        "Index": 41
	      },
	      "Timestamp": 24699
	    },
	 {
	      "Person": {
	        "BoundingBox": {
	          "Height": 0.3361110985279083,
	          "Left": 0.20781250298023224,
	          "Top": 0.4546296298503876,
	          "Width": 0.07239583134651184
	        },
	        "Index": 40
	      },
	      "Timestamp": 24766
	    },
	    {
	      "Person": {
	        "BoundingBox": {
	          "Height": 0.37037035822868347,
	          "Left": 0.3031249940395355,
	          "Top": 0.4407407343387604,
	          "Width": 0.08749999850988388
	        },
	        "Index": 41
	      },
	      "Timestamp": 24766
	    },