简体   繁体   中英

CSS selector for element that's in view

Is there a CSS selector for things that are in view , ie visible within the viewport?

You have to use Javascript to achieve that. The modern way is to use getBoundingClientRect() .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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