1 2 3 4 5 6 7 8
.blurry-load { filter: blur(6px); transition: all .6s ease-in; } .blur-out { filter: none!important }