On break 1729692329502

YOU.TELL ME HOW TO MAKE A IMAGINE HOVER LIKE UR PFP. RN HOLDS YOU AT GUN POINT /J

GELPPP alrighty so this is my code

.profile_avatar {
    animation: float 3s infinite;
}

@keyframes float {
    0% { transform: translateY(-0.5rem); }
    50% { transform: translateY(0rem); }
    100% { transform: translateY(-0.5rem); }
}

.profile_avatar selects only the avatar in my profile card, animation is the shorthand for the animation property and the float is the animation name, @keyframes float is for you to specify the keyframes of a certain animation, 0%, 50%, and 100% are the keyframes, and transform is what made it float

You can read up on the css animation property on w3schools, that can explain it better than I can

#profile questions
nexu/renato 1729692846283

Reactions

Comments
Leave a comment

Kiss me bro /j

On break 1729702489091
1

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue