Preview:
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;
  }
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter