// Save the original style of e, Make e relatively positioned, Note the animation start time, Start the animation
var originalStyle = e.style.cssText;
e.style.position = "relative";
var start = (new Date()).getTime();
// Save the original style of e, Make e relatively positioned, Note the animation start time, Start the animation
var originalStyle = e.style.cssText;
e.style.position = "relative";
var start = (new Date()).getTime();