#small snippet to make locked channel

1 messages · Page 1 of 1 (latest)

compact minnow
#

If only this still worked

compact minnow
#

@valid marsh hey do you plan to fix this after the discord class update? I used this back then and it was rlly good. hoping you'd fix it thx

valid marsh
#
@keyframes lockjangle {
  from { transform: rotate(0deg) }
  33% { transform: rotate(-20deg) }
  66% { transform: rotate(20deg) }
  to { transform: rotate(0deg) }
}
[class*="containerDefault"][class*="selected"] [aria-label="Text (Limited)"] svg {
  animation: lockjangle .3s;
  animation-iteration-count: 2;
}
compact minnow
#

I think you'll need to update it because of new discord classes update

spark sinew
#

it has been updated

#

i just tested it

compact minnow
#

it doesn't work for me