html监听滑块位置,滑块HTML5开始位置之前/之后

但我有一个问题:如何更改滑块开始的位置。滑块开始诠释,他的中间,我没有看到这个代码,其中一个设置:

function trackLocation(e) {

var rect = videoContainer.getBoundingClientRect(),

position = ((e.pageX - rect.left)/videoContainer.offsetWidth)*100;

if (position <= 100) {

videoClipper.style.width = position+"%";

clippedVideo.style.width = ((100/position)*100)+"%";

clippedVideo.style.zIndex = 3;

}

}

var videoContainer = document.getElementById("video-compare-container"),

videoClipper = document.getElementById("video-clipper"),

clippedVideo = videoClipper.getElementsByTagName("video")[0];

videoContainer.addEventListener("mousemove", trackLocation, false);

videoContainer.addEventListener("touchstart",trackLocation,false);

videoContainer.addEventListener("touchmove",trackLocation,false);

+1

欢迎底部的堆栈溢出,请[参观](https://stackoverflow.com/tour),确保你阅读了[我如何问一个好问题?](https://stackoverflow.com/help/how-to-ask)和用更多的信息更新了你的问题。 –

+0

对易读性进行少量编辑。 –

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值