#Nuke discords stupid animations when

1 messages · Page 1 of 1 (latest)

balmy ginkgo
#

fixed the animation but not the lag

#

horror

tardy oyster
#

Part of the lag is because it's loading the code for the menu contents

#

But that only happens the first time and doesn't explain why it's slow af after that

tardy oyster
#

Lemme take a look at that

tardy oyster
celest coral
#

strange that it messes with the theme. This part:
#app-mount .baseLayer__8fda3 {
transform: scale(1) !important;
}

I don't know why. I guess it transforms the theme backgrounds too.

sly jasper
#

Updated version

#app-mount .baseLayer__2b890 {
  opacity: 1 !important;
  transform: scale(1) !important;
 }
.baseLayer__2b890[aria-hidden="true"] {
   pointer-events: none;
}
.standardSidebarView__12528 {
  opacity: 1 !important;
}
.layer_f7d46a + .layer_f7d46a {
   opacity: 1 !important;
   transform: unset !important;
 }
.layer_f7d46a[aria-hidden="false"] + .layer_f7d46a[aria-hidden="false"] {
  display: none;
}
.baseLayer__2b890[aria-hidden="true"] {
   pointer-events: none;
}
.layers__1c917>.layer_f7d46a.animating_b7d085 {
  will-change: unset !important;
}
sly jasper
#

Newer Newer Verison

#app-mount .baseLayer_d4b6c5 {
  opacity: 1 !important;
  transform: scale(1) !important;
 }
.baseLayer_d4b6c5[aria-hidden="true"] {
   pointer-events: none;
}
.standardSidebarView_c25c6d {
  opacity: 1 !important;
}
.layer_d4b6c5 + .layer_d4b6c5 {
   opacity: 1 !important;
   transform: unset !important;
 }
.layer_d4b6c5[aria-hidden="false"] + .layer_d4b6c5[aria-hidden="false"] {
  display: none;
}
.baseLayer_d4b6c5[aria-hidden="true"] {
   pointer-events: none;
}
.layers_d4b6c5>.layer_d4b6c5.animating_d4b6c5 {
  will-change: unset !important;
}
#

Honestly with how much Discord Updates these Hashes I debate putting this on my GitHub so I can more easily update it but I want @gray compass permission before I do that

loud gate
#

you forgot to update the codeblock to the new code that indi posted.

sly jasper
loud gate