animation-timing-function:step(1, start);
animation-timing-function: step-start;
animation-timing-function: step-start;
2017-09-19
我是新手,很多记不住,艾伦老师能否给我发一下这个案例的源码呢?我拿来亲自试试,自己写不出来,老错误,我的邮箱715244809@qq.com,谢谢老师!
注意这里还有,差点懵逼
var animationEnd = (function() {
var explorer = navigator.userAgent;
if (~explorer.indexOf('WebKit')) {
return 'webkitAnimationEnd';
}
return 'animationend';
})();
var animationEnd = (function() {
var explorer = navigator.userAgent;
if (~explorer.indexOf('WebKit')) {
return 'webkitAnimationEnd';
}
return 'animationend';
})();
2017-09-07
看到这里,不停的在切换和翻看函数名和函数体,就记得Swipe函数是管点啥的,但具体管啥的都忘了...可咋整,老师的注释帮了很大的忙啊,自己写的时候也千万不能犯懒啊,要不得被自己写的代码折磨死
2017-09-03