You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in Bevy, it is possible to render styles within a Text object. The Text struct has a 'sections' field that is an array of TextSection, which has a string and a style associated with it. This project demonstrates using the Text struct to animate the styles within the Text, allowing for a typewriter effect. There are likely other use cases for animating and rendering multiple styles in this manner (animated rainbow text, text segments emphasizing key words, etc.).
I think developers would like to leverage the features of Kayak UI along with the above capability.
The text was updated successfully, but these errors were encountered:
Currently in Bevy, it is possible to render styles within a Text object. The Text struct has a 'sections' field that is an array of TextSection, which has a string and a style associated with it. This project demonstrates using the Text struct to animate the styles within the Text, allowing for a typewriter effect. There are likely other use cases for animating and rendering multiple styles in this manner (animated rainbow text, text segments emphasizing key words, etc.).
I think developers would like to leverage the features of Kayak UI along with the above capability.
The text was updated successfully, but these errors were encountered: