Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找有关使用 HTML5 动画重新创建http://www.themill.sg/index_main.html中的以下简单鼠标跟随聚光灯动画的最简单方法的想法。
愿意分享一些想法吗?
干杯!
使用 CSS,我形成了一个梯形,并绑定到 mousemove 事件,我得到了它的 x 偏移量,然后我调整了左边框和右边框的宽度。
随着偏移量的增加,我必须进行旋转,然后进行相对/左调整,以确保该点保持在同一位置。
您可以在http://mill.unifide.sg看到最终产品