FeatherBoard 4 - Stable for 1.16.1
- Tested on previous versions
- Bugfixes specific for 1.16:
- <gradient> would sometimes have issues when the text between was too short to perform good interpolation
- <gradient> effect only showed a gradient in between start and end (but start and end color not included). This is now solved.
- Fixed interactive chat messages used in /fb permissions, modules and other places
- <scroll> now works with the new colors
- Scrolling is now more efficient for very very long lines (e.g. the scrolling of the rainbow in the benchmark)
- <scroll> is now completely rewritten since 2014 and if more efficient , provides offsets and works with 1.16.1 colors. Instead of limiting the width including the colors - it only takes the visible text into account as since 1.13.1 this is no longer an issue.
- Added <fade> effect to fade from one color to another (similar to gradient, but animated.
- <fade start="#000000" end="#ffffff" steps="10">Hellowww</fade>
- create a fade animation from the start color to the end color in 10 steps. More steps means smoother color transitions but a longer duration as it has more frames
- Note: The existing FadeIn and FadeOut are badly named effects that will probably receive a new name in the future
- The example from the title in the gif:
Basically its a rainbow effect with a bit more freedom to change the colors
Code (Text):
- '<fade start="#ff0000" end="#ffff00" steps="50">&lFeatherBoard</fade>'
- '<fade start="#ffff00" end="#00ff00" steps="50">&lFeatherBoard</fade>'
- '<fade start="#00ff00" end="#00ffff" steps="50">&lFeatherBoard</fade>'
- '<fade start="#00ffff" end="#0000ff" steps="50">&lFeatherBoard</fade>'
- '<fade start="#0000ff" end="#ff00ff" steps="50">&lFeatherBoard</fade>'
- '<fade start="#ff00ff" end="#ff0000" steps="50">&lFeatherBoard</fade>'
- Added <multiply> to repeat the same 'character' on the same frame
e.g.:
<multiply times="50">█</multiply>