JavaScript数组详解

2016-08-24
阅读 8 分钟
2.7k
JavaScript数组的应用应该都比较熟悉了。 • forEach,map,filter• some,every• reduce,reduceRight 引用块内容 • slice,splice• indexOf,lastIndexOf• sort• 类数组对象 forEach,map,filterforEach遍历数组,函数声明:[].forEach( function(value, index, array) { … }, [thisArg] );。 第一个参数是回调函数,...

CSS3 animation介绍

2016-08-24
阅读 4 分钟
4.9k
animation-nameanimation-durationanimation-timing-functionanimation-delayanimation-iteration-countanimation-directionanimation-play-stateanimation-fill-mode@keyframesanimation-name指定@keyframes的名字,CSS加载时会应用该名字的@keyframes规则来实现动画