Title disappears before fading
Since 21w10a, titles with fadeIn or fadeOut appear/disappear before the fade is complete, leaving a noticeable cut in the transition.
How to reproduce
Run the following commands in order:
/title @a times 100 100 100
/title @a title {"text":"_______"}
If these commands are executed in a version later than 21w8b, you will notice that the title appears and disappears a bit before finishing or starting its transition.
Comparison:
- Unresolved
Solo Alguien- 10
- 4
- Confirmed
Normal
- Platform
- UI
- /title command fade
1.17-pre1 - 1.21.4
1.17-pre1 1.17-pre2 1.17-pre3 1.17-pre4 1.17-pre5 1.17-rc1 1.17-rc2 1.17 1.17.1-pre1 1.17.1-pre2 1.17.1-pre3 1.17.1-rc1 1.17.1-rc2 1.17.1 21w37a 21w38a 21w39a 21w40a 21w41a 21w42a 21w43a 21w44a 1.18-pre1 1.18-pre2 1.18-pre3 1.18-pre4 1.18-pre5 1.18-pre6 1.18-pre7 1.18-pre8 1.18-rc1 1.18-rc3 1.18-rc4 1.18 1.18.1-pre1 1.18.1-rc2 1.18.1 22w03a 22w05a 22w06a 22w07a 1.18.2-pre1 1.18.2-pre2 1.18.2-pre3 1.18.2-rc1 1.18.2 22w11a 22w12a 22w13a 22w14a 22w15a 22w16b 22w17a 22w18a 22w19a 1.19-pre1 1.19-pre2 1.19-pre3 1.19-pre4 1.19-pre5 1.19-rc2 1.19 22w24a 1.19.1-pre1 1.19.1-rc1 1.19.1-pre2 1.19.1-pre3 1.19.1-pre4 1.19.1-pre5 1.19.1-pre6 1.19.1-rc2 1.19.1-rc3 1.19.1 1.19.2-rc1 1.19.2 22w42a 22w43a 22w44a 22w45a 22w46a 1.19.3-pre1 1.19.3-pre2 1.19.3-pre3 1.19.3-rc1 1.19.3-rc2 1.19.3 23w03a 23w04a 23w05a 23w06a 23w07a 1.19.4-pre1 1.19.4-pre2 1.19.4-pre3 1.19.4-pre4 1.19.4-rc1 1.19.4-rc2 1.19.4-rc3 1.19.4 23w12a 23w13a 23w14a 23w16a 23w17a 23w18a 1.20-pre1 1.20-pre2 1.20-pre4 1.20-pre5 1.20-pre6 1.20-pre7 1.20-rc1 1.20 1.20.1-rc1 1.20.1 23w33a 1.20.2 1.20.4 24w12a 1.21.1 1.21.3 24w46a 1.21.4
Created Issue:
Title disappears before fading
Since 21w10a, titles with fadeIn or fadeOut appear/disappear before the fade is complete, leaving a noticeable cut in the transition.
How to reproduce
Run the following commands in order:/title @a times 100 100 100 /title @a title {"text":"_______"}
Since 21w10a, titles with fadeIn or fadeOut appear/disappear before the fade is complete, leaving a noticeable cut in the transition.
How to reproduce
Run the following commands in order:/title @a times 100 100 100 /title @a title {"text":"_______"}Comparison:
Since 21w10a, titles with fadeIn or fadeOut appear/disappear before the fade is complete, leaving a noticeable cut in the transition.
How to reproduce
Run the following commands in order:/title @a times 100 100 100 /title @a title {"text":"_______"}If these commands are executed in a version later than 21w8b, you will notice that the title appears and disappears a bit before finishing or starting its transition.
Comparison:
This is probably caused by the render text shaders, which detect if the alpha (transparency) value is lower than 0.1 to discard the render, causing all text with alpha between 0.0 and 0.09 to not display. This can be easily fixed by removing that check from those shader files.