C.W's profile picture

Published by

published

Category: Web, HTML, Tech

Anyone know how to get that blur thingy

Ive seen some people have this thing on their profile where you hover over stuff and it blurs and shakes anyone got the html for that if u do can u comment on this with it 😛


1 Kudos

Comments

Displaying 3 of 3 comments ( View all | Add Comment )

Operator

Operator's profile picture

only know how to add it to friends profile pictures

.person {
filter: grayscale(100%) blur(2px) saturate(100%);
transition: filter 400ms ease-in-out;
}
.person:hover {
filter: none !important;
animation-name: shake;
animation: shake 4s;
animation-iteration-count: infinite;
}


Report Comment



thanks either way I like seeing the little blurr thing

by C.W; ; Report

Cyrus

Cyrus's profile picture

i wish i knew what code it was :(


Report Comment

GRIFFEN

GRIFFEN's profile picture

what are you talking about


Report Comment