01 2018 档案

摘要:设备屏幕方向与运动 "https://developers.google.cn/web/fundamentals/native hardware/device orientation/" MDN deviceorientation文档 "https://developer.mozilla.org/z 阅读全文
posted @ 2018-01-31 13:53 Ajanuw 阅读(562) 评论(0) 推荐(0)
摘要:网络应用清单 "https://developers.google.cn/web/fundamentals/web app manifest/" MDN 文档 "https://developer.mozilla.org/zh CN/docs/Web/Manifest" MDN manifest.j 阅读全文
posted @ 2018-01-31 11:33 Ajanuw 阅读(192) 评论(0) 推荐(0)
摘要:响应用户界面 "https://developers.google.cn/web/fundamentals/design and ux/responsive/" CSS 媒体查询用于自适应设计 "https://developers.google.cn/web/fundamentals/design 阅读全文
posted @ 2018-01-29 17:56 Ajanuw 阅读(183) 评论(0) 推荐(0)
摘要:动画 "https://developers.google.cn/web/fundamentals/design and ux/animations/" element.classList 来进行css 动画 transitionend 事件,可以侦听元素css事件 使用 JavaScript 和 阅读全文
posted @ 2018-01-29 16:57 Ajanuw 阅读(186) 评论(0) 推荐(0)
摘要:使用 tabindex原文 "https://developers.google.cn/web/fundamentals/accessibility/focus/using tabindex" 在表单上使用该特性可提供体验。 Tab 键顺序将以大于 0 的最小值为起点,从小到大排序 对焦点进行样式化 阅读全文
posted @ 2018-01-29 13:55 Ajanuw 阅读(514) 评论(0) 推荐(0)
摘要:了解无障碍功能及其范围和影响可令您成为更出色的网络开发者 "https://developers.google.cn/web/fundamentals/accessibility/" ARIA 简介 "https://developers.google.cn/web/fundamentals/acc 阅读全文
posted @ 2018-01-29 10:40 Ajanuw
摘要:"MDN 文档" 此方法需要用户手势。 否则,它返回false。 javascript const koa2 = require( ); const Router = require( ); const router = new Router(); const app = new koa2(); c 阅读全文
posted @ 2018-01-26 11:14 Ajanuw 阅读(849) 评论(0) 推荐(0)
摘要:"MDN地址" google 文档 "https://developers.google.cn/web/fundamentals/push notifications/" javascript const koa2 = require( ); const Router = require( ); c 阅读全文
posted @ 2018-01-13 13:15 Ajanuw 阅读(243) 评论(0) 推荐(0)
摘要:"MDN" 监听css动画,开始,迭代次数,结束,中断 回调函数返回 animationEvent属性 html <!DOCTYPE html .a { width: 100px; height: 100px; background: red; animation: test 2.5s cubic 阅读全文
posted @ 2018-01-08 21:53 Ajanuw 阅读(1304) 评论(0) 推荐(0)
摘要:"node官方文档" 用于逐行读取文件流, 和终端交互 读取文件流 终端交互 javascript const readline = require('readline'); const util = require('util'); const rl = readline.createInterf 阅读全文
posted @ 2018-01-04 21:45 Ajanuw
摘要:"MDN animation文档" animation: [name] [duration] [timing function] [delay] [iteration cont] [direction] [fill mode] [play state] 初始值 animation name: non 阅读全文
posted @ 2018-01-01 14:25 Ajanuw 阅读(187) 评论(0) 推荐(0)