WI Entry transitions: all >>> opacity

This commit is contained in:
RossAscends 2023-10-06 06:27:49 +09:00
parent 4189da19b1
commit e9ba20f13c
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@
}
.world_entry {
transition: all 500ms;
transition: opacity 500ms;
}
.disabledWIEntry {