getBoundingClientRect

chat

Element.getBoundingClientRect()方法返回元素的大小及其相对于视口的位置。

object.getBoundingClientRect().top:元素上边到视窗上边的距离
object.getBoundingClientRect().right:元素右边到视窗左边的距离
object.getBoundingClientRect().bottom:元素下边到视窗上边的距离
object.getBoundingClientRect().left:元素左边到视窗左边的距离
object.getBoundingClientRect().width:元素宽度
object.getBoundingClientRect().height:元素高度
object.getBoundingClientRect().x:用于left
object.getBoundingClientRect().y:用于top

版权声明:
作者:东明兄
链接:https://blog.crazyming.com/note/2098/
来源:CrazyMing
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
海报
getBoundingClientRect
Element.getBoundingClientRect()方法返回元素的大小及其相对于视口的位置。 object.getBoundingClientRect().top:元素上边到视窗上边的距离 object.getBound……
<<上一篇
下一篇>>
chat