#some more silly hover animations

1 messages ยท Page 1 of 1 (latest)

thorny folio
#

thank you my guy

gritty sphinx
#

speeen

rich ruin
#

oooo

#

I should ping myself here and leave it unread so I remember to throw it in tomorrow

#

@rich ruin

tame frigate
#

you're fun, keep it up

wanton sonnet
#

can i have theme link?

ember rivet
#

add these to the midnight source my goat

iron fractal
visual sun
#

Holy peak

quaint abyss
ember rivet
noble hazel
#

Please don't unscrew the chatbox.

rich ruin
#

oh you can make them spin so so much

quaint abyss
rich ruin
#

oh no I meant turning it from 360 to like 36000

#

it looked so silly

quaint abyss
#

now change the time to 3600s

shy lily
#

btw, if the settings button has a slight offset, change it to this:
.button__4f306[aria-label="User Settings"] > div

iron fractal
#

do you have to enter the language in which you have it?
or wait... i'll do something
i found, you can also use .button__4f306:nth-child(3) but idk if its work for you ๐Ÿคทโ€โ™‚๏ธ

quaint abyss
#

you would have to make it nth-child(4)

gritty sphinx
#

:last-child exists

#

or .container_ca50b9:has([aria-label$="Game Activity"]) .button__4f306:nth-child(4), .container_ca50b9:not(:has([aria-label$="Game Activity"])) .button__4f306:nth-child(3) trolley

iron fractal
quaint abyss
#

oh yeah forgot about that

rich ruin
#

WAIT SINCE WHEN DID MY EMOTES SPIN

iron fractal
#

its the code

rich ruin
#

if only i could just have them always slowly spinning

#

well im sure i could

#

but i do not knowhow i would do that

quaint abyss
rich ruin
#

hell yea ty

#

oh it looks so silly on 0.01 or 0.1 secs instead of 2

ancient ice
quaint abyss
#

otherwise it'll look like that

ancient ice
#

so this is what I have

//Settings

button.button__4f306 /* make user panel buttons round */ {
    border-radius: 50%;
}
.button__4f306:last-child /* settings button */, 
.attachButton_b1db83 .attachButtonInner__3ce2b /* upload button */,
.emojiButton__30ec7 .contents_fb6220 /* emoji button */,
.closeButton__34341 /* settings exit button */ {
    transition: transform 1s ease;
}
.button__4f306:last-child:hover,
.attachButton_b1db83:hover .attachButtonInner__3ce2b,
.emojiButton__30ec7:hover .contents_fb6220,
.closeButton__34341:hover {
    transform: rotate(360deg);
}```

Would I need to change the _b1db83 to the background color? @quaint abyss
#

on likne 7

#

sorry the one on like 6

quaint abyss
# ancient ice so this is what I have ```css //Settings button.button__4f306 /* make user pan...

try this updated version

/* spin hover animations */
button.button__4f306 /* make user panel buttons round */ {
    border-radius: 50%;
}
.button__4f306:last-child .contents_fb6220 /* settings button */, 
.attachButton_b1db83 .attachButtonInner__3ce2b /* upload button */,
.emojiButton__30ec7 .contents_fb6220 /* emoji button */,
.closeButton__34341 /* settings exit button */,
.contents_fb6220 > .closeIcon__5bab9 /* modal close */ {
    transition: transform var(--icon-spin-transition);
}
.button__4f306:last-child:hover .contents_fb6220,
.attachButton_b1db83:hover .attachButtonInner__3ce2b,
.emojiButton__30ec7:hover .contents_fb6220,
.closeButton__34341:hover,
.contents_fb6220:hover > .closeIcon__5bab9 {
    transform: rotate(360deg);
}```
quaint abyss
#

just doesnt work at all?

ancient ice
#

yeah lol just doesn't work

#

adding that code also however changed the rotate of the icon background to a circle

quaint abyss
#

strange

#

do you have any other themes?

#

oh shit i forgot there was a variable in there

#
/* spin hover animations */
button.button__4f306 /* make user panel buttons round */ {
    border-radius: 50%;
}
.button__4f306:last-child .contents_fb6220 /* settings button */, 
.attachButton_b1db83 .attachButtonInner__3ce2b /* upload button */,
.emojiButton__30ec7 .contents_fb6220 /* emoji button */,
.closeButton__34341 /* settings exit button */,
.contents_fb6220 > .closeIcon__5bab9 /* modal close */ {
    transition: transform 1s ease;
}
.button__4f306:last-child:hover .contents_fb6220,
.attachButton_b1db83:hover .attachButtonInner__3ce2b,
.emojiButton__30ec7:hover .contents_fb6220,
.closeButton__34341:hover,
.contents_fb6220:hover > .closeIcon__5bab9 {
    transform: rotate(360deg);
}```
#

if you dont like the round button background then remove this part, it should still work the same

button.button__4f306 /* make user panel buttons round */ {
    border-radius: 50%;
}
native quest
#

does this still work as intended? for me the emoji icon is.. different and keeps going invisible ._.

native quest
quaint abyss
#

what themes or other css are you running

#

try without anything but the snippet

native quest
#

ah shit.. it worked fine earlier.. but it seems its my main theme.. which is "zelk"
i think i managed to fix the issues it had as it wasn't being updated..

quaint abyss
#

you should use midnight :)

#

but yeah zelk is kinda dead

#

which is unfortunate because it was one of the only good themes

native quest
#

yeah.. i have the zelk theme for my spotify aswell ๐Ÿ˜…

i'll look at midnight ๐Ÿค” (i just realized it's your theme sus kek )

i've tried, as much as i could, to "fix" the issues with zelk :x

quaint abyss
#

you could probably set up zelk's colors in midnight

native quest
#

yeah.. the main issue i have is how darkened everything is.. but i'll look into it and customize to my preference ๐Ÿ™‚

rich ruin
#

oh dear yeah it brokey

quaint abyss
quaint abyss
#

i doubt they'll push this one to stable

thorny folio
#

Updated code from #๐ŸŽจ-css-snippets message since the button labels were changed.```button.button_ae40a4 /* make user panel buttons round / {
border-radius: 50%;
}
.button_ae40a4:last-child /
settings button /,
.attachButton__56f98 .attachButtonInner__84c26 /
upload button /,
.emojiButtonNormal__5f64f /
emoji button /,
.closeButton__8177f /
settings exit button */ {
transition: transform 1s ease;
}

.button_ae40a4:last-child:hover,
.attachButton__56f98:hover .attachButtonInner__84c26,
.emojiButtonNormal__5f64f:hover .spriteContainer__732c7,
.closeButton__8177f:hover {
transform: rotate(360deg);
}

#

Credits to: @quaint abyss

#

If anyone also had this problem, please update your codes.

rich ruin
#

emoji still broken for me but its not a big deal

meager arrow
#
/*
  Settings and Upload Button Spin
*/
button.button_ae40a4 /* make user panel buttons round */ {
    border-radius: 50%;
}
.button_ae40a4:last-child /* settings button */, 
.attachButton__56f98 .attachButtonInner__84c26 /* upload button */,
.emojiButton_b63c38 .contents__322f4 /* emoji button */,
.closeButton__8177f /* settings exit button */ {
    transition: transform 1s ease;
}
.button_ae40a4:last-child:hover,
.attachButton__56f98:hover .attachButtonInner__84c26,
.emojiButton_b63c38:hover .contents__322f4,
.closeButton__8177f:hover {
    transform: rotate(360deg);
}

this version should be fully functional

quaint abyss
#

maybe you should remove it from the settings button because discord has an animation on it by default now

#

so it just spins extra fast

candid echo
#

which is the settings button lol