mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2026-01-14 12:32:49 +01:00
2 lines
291 B
CSS
2 lines
291 B
CSS
.progressive{overflow:hidden;position:relative;background:#efefef}.progressive__img{width:100%;height:100%;transform:translateZ(0)}.progressive--not-loaded{filter:blur(30px)}.progressive--is-loaded{filter:blur(20px);animation:a .5s both}@keyframes a{0%{filter:blur(20px)}to{filter:blur(0)}}
|