我想基于事件将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。是否仍然无法为拇指制作动画?有解决方法还是破解?