#small snippet to make locked channel
1 messages · Page 1 of 1 (latest)
@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
@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;
}
this doesn't work
I think you'll need to update it because of new discord classes update
it doesn't work for me