摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>二级菜单</title> <style> *{ list-style: none; text-decoration: none; /*text-align: center;*/ } #my_menu{ width: 65px; /*border: 1px so 阅读全文
posted @ 2019-08-10 14:37 WideWang 阅读(1284) 评论(0) 推荐(0) 编辑
摘要: //1.简单动画 /*尝试构造一个可以执行简单动画的函数 * -参数: * obj:要执行动画的对象 * attr:要执行动画的样式,如left top width height * target:执行动画的目标位置 * speed:移动的速度(正数右移,负数左移) * callback:回调函数,这个函数会在动画执行完毕以后执行 */ //move(imgList,"left",-320*ind 阅读全文
posted @ 2019-08-10 14:35 WideWang 阅读(693) 评论(0) 推荐(0) 编辑