上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: canvas添加水印 阅读全文
posted @ 2017-02-02 21:59 阿力瓦 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-02-02 21:50 阿力瓦 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-02-02 21:21 阿力瓦 阅读(77) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>圣诞主题</title> <link rel='stylesheet' href='com 阅读全文
posted @ 2017-02-02 16:52 阿力瓦 阅读(1480) 评论(0) 推荐(0) 编辑
摘要: 1、animation-name :动画名 2、animation-duration:时间 3、animation-delay:延时 4、animation-iteration-count:次数 5、 animation-direction:方向 6、 animation-play-state:控制 阅读全文
posted @ 2017-02-02 16:11 阿力瓦 阅读(151) 评论(0) 推荐(0) 编辑
摘要: orientationchange事件 resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize'; 阅读全文
posted @ 2017-02-02 15:30 阿力瓦 阅读(1820) 评论(0) 推荐(0) 编辑
摘要: rem和em单位一样,都是一个相对单位,不同的是em是相对于元素的父元素的font-size进行计算,rem是相对于根元素html的font-size进行计算,这样一来rem就绕开了复杂的层级关系,实现了类似于em单位的功能。默认情况下浏览器给的字体大小是16px,按照转化关系 16px = 1re 阅读全文
posted @ 2017-02-02 15:28 阿力瓦 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 自由落体运动的公式: 速度-时间公式:v=gt位移-时间公式;h=gt^2/2速度-位移公式:v^2=2gh 阅读全文
posted @ 2017-02-02 12:07 阿力瓦 阅读(332) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <head> <title>canvas倒计时</title> <style> .canvas{ display: block; border: 1px solid #000; margin: 50px auto; } </style> </head> <body> 阅读全文
posted @ 2017-02-01 23:18 阿力瓦 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-02-01 21:38 阿力瓦 阅读(95) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页