Home | All Fwiends | Random | Online | Music | Blog | Search

k34tonnie~!!'s Blog

"vale a pena? não."
FTM
14 years old
Italy
Last Login: 1624926197000
Contacting k34tonnie~!!
Message
Report
Add
Block
All Blogs (3/10)
1619712359000

//css help...

um hey, does anyone knows how to put that floating animation?? the only thing im struggling with is where to put. someone, help.

Please login to leave a comment.
Comments
TristanIsPoggers
1620055635000

I believe its this one :)

}

.blurbs, .fwiends, .tableRight, .player, .extended, .avatar {
animation: float 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes float {
0% { transform: translate(0, 0px);
}
50% {
transform: translate(0, 8px);
}
100% {
transform: translate(0, -0px);
}

}
div {
color: white;
text-shadow: 1px 2px purple, -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}

k34tonnie~!!
1619779803000

yesyes!

TristanIsPoggers
1619712855000

Floating like mine, where the body and such bob up and down?

(3/10)