Like the MiniGod said in the commentary, look at the source code ( animate.js ) and you can see that they recorded all the βscenesβ and all other things, such as alpha and pos for everything.
// scene 1 { scene:"#scene1", name:".car", runStatus:[ {p:10,pos:true,x:275,y:240,alpha:true,opacity:1,scale:true,orgSize:[475,270],scaleSize:1}, {p:180,pos:true,x:275,y:200,alpha:true,opacity:1,scale:true,orgSize:[475,270],scaleSize:1}, {p:270,pos:true,x:275,y:140,alpha:true,opacity:1,scale:true,orgSize:[475,270],scaleSize:1}, {p:500,pos:true,x:275,y:-300,alpha:true,opacity:0,scale:true,orgSize:[475,270],scaleSize:1} ] }