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.
有没有办法通过缓动函数获得每一步的价值?目前我的代码如下所示:
$(background_div).animate({ "width": "some_width" }, { easing: "easeInOutCirc" });
它不允许我收到有关每个宽度值递增/递减的通知。