Skip to content

kindy/css-xmatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

css-xmatch

scroll-match

Prototype Demo at codepen. This idea come from css-element-queries

[x-scroll-match="y=0"] {
  // when scroll is at top
}

// or: body[x-scroll-match="y<=50vh"] .go-top {
body:not([x-scroll-match="y>50vh"]) .go-top {
  display: none;
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published