输入范围拇指动画

时间:2018-05-09 17:07:52

标签: javascript input range

我想基于事件将scrollX滚动条缩放一定百分比。像这样:

document.getElementById("scrubber").style.transform = "translateX(50px)";
document.getElementById("scrubber").style.transition = "all 0.5s ease-out";

我看到这个3岁的相关(问题)[Animation is not applied to ::-webkit-slider-thumb。是否仍然无法为拇指制作动画?有解决方法还是破解?

0 个答案:

没有答案