Learning... This section of JS production reference MSClass.js
boxmove(d1,d2,d3,e,obj)
d1 = Peripheral container
d2 = Content
d3 = Copy the content of d2 to replace the circular scrolling
e = Direction and method
1 ,2,3,4 = Automatic scrolling, corresponding to: top, right, bottom, left respectively
"top", "right", "bottom", "left" = Manual scrolling, corresponding to: top, right, bottom ,Left
obj = Set to this when manual scrolling is selected, used for event binding operations. No settings are required for automatic scrolling.