Snippets Collections
header {
  backdrop-filter:blur(5px);
  position:sticky;
  top:0px;
  animation: adjust-header linear both;
  animation-timeline: scroll();
  animation-range:0 200px;
}
@keyframes adjust-header{
  to {
    background:rgba(0,0,0,.3);
    font-size:12px;
    height:24px;
  }
}
star

Wed Aug 16 2023 14:59:22 GMT+0000 (Coordinated Universal Time)

#animation-timeline

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension