九门宁生

导航

2019年8月28日 #

像素鸟游戏

摘要: 图birds 图pipe1 图pipe2 图sky 阅读全文

posted @ 2019-08-28 13:14 九门宁生 阅读(171) 评论(0) 推荐(0) 编辑

图片瀑布流

摘要: data数据 var json = [{ "src": "./images/P_000.jpg" },{ "src": "./images/P_001.jpg" },{ "src": "./images/P_002.jpg" },{ "src": "./images/P_003.jpg" },{ " 阅读全文

posted @ 2019-08-28 13:09 九门宁生 阅读(101) 评论(0) 推荐(0) 编辑

微信聊天模拟

摘要: 图1 图2 阅读全文

posted @ 2019-08-28 13:05 九门宁生 阅读(367) 评论(0) 推荐(0) 编辑

飞机游戏动画特效

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文

posted @ 2019-08-28 13:01 九门宁生 阅读(153) 评论(0) 推荐(0) 编辑

bom案例6-轮播图

摘要: common中的代码 animate中的代码 index中的代码 阅读全文

posted @ 2019-08-28 12:55 九门宁生 阅读(224) 评论(0) 推荐(0) 编辑

bom案例5-简单动画

摘要: Document 阅读全文

posted @ 2019-08-28 12:50 九门宁生 阅读(243) 评论(0) 推荐(0) 编辑

bom案例4-模拟滚动条

摘要: common中的代码 阅读全文

posted @ 2019-08-28 12:49 九门宁生 阅读(185) 评论(0) 推荐(0) 编辑

mouseenter和mouseover的区别

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> #box1 { width: 300px; height: 300px; background-color: red; } #box2 { width: 150px; height: 150px; backgr 阅读全文

posted @ 2019-08-28 12:46 九门宁生 阅读(154) 评论(0) 推荐(0) 编辑