简体   繁体   English

Google Chrome v8 使用什么缓和 function 来滚动到?

[英]What easing function does Google Chrome v8 use for scrollTo?

What easing function does Google Chrome v8 implement for Google Chrome v8 实现了什么缓和 function

window.scrollTo({ x, y }, { behavior: "smooth" })

Google Chrome (V8) uses an EaseInOut animation with a delta-based duration over a cubic-bezier timing function ( here is the implementation in Chrome, and here is an MIT-licensed implementation) parametrized with these arguments .谷歌浏览器 (V8) 使用EaseInOut animation ,在立方贝塞尔时序function 上具有基于增量的持续时间( 这里是 Chrome 中的实现,这里是 MIT 许可的实现)使用这些 ZFDBC11CAABD8D88参数化。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM