图片轮播

轮播的实现原理是怎样的?如果让你来实现,你会抽象出哪些函数(or接口)供使用?(比如 play())

原理:就是将几张图片水平排列,隐藏超出范围的部分,然后通过对其父元素的水平移动来实现
函数接口:
next-btn(); pre-btn(); isRoll();

2

http://js.jirengu.com/bezupabuja/1/edit

渐变轮播

http://js.jirengu.com/huhirerewa/1/edit

你可能感兴趣的:(图片轮播)