/** * 初始化,可控制动画时间 * @param {Integer} timeInterval 动画时间,可选,默认300ms */
// 初始化 Back2top.init();
// 初始化并指定动画时间为500ms(默认:300ms) Back2top.init(500);