处理偶数方案-左侧的数值重新计算一下
var lw = rightSlice.last().width(),
lh = rightSlice.last().height(),
oloop = Math.floor(this.posterItems.length/2);
if(this.posterItems.length%2 === 0){
lh = lh * this.setting.scaleTop;
lw = lw * this.setting.scaleTop;
}
var lw = rightSlice.last().width(),
lh = rightSlice.last().height(),
oloop = Math.floor(this.posterItems.length/2);
if(this.posterItems.length%2 === 0){
lh = lh * this.setting.scaleTop;
lw = lw * this.setting.scaleTop;
}
2017-07-20
哈哈哈,根据老师说的自己改写了下,感觉自己写的很渣
https://github.com/wohenxion/JRotate
https://github.com/wohenxion/JRotate
2017-06-16