Skip to content

Commit aecab0b

Browse files
author
zhangyonghong
committed
update
1 parent c0e6ce0 commit aecab0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

m/01/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
end : function(e){
120120
var moveX = e.clientX ? e.clientX : e.changedTouches[0].clientX;
121121
ul.style.transform = 'translate(-' + (width * last) + 'px, 0)';
122+
ul.style.transition = '.5s';
122123
var target = e.target;
123124
if(!target.classList.contains('item')){
124125
return;

0 commit comments

Comments
 (0)