-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent color definition #10
Comments
This part is a bit more complicated, because of the animation issue with the tween, let me investigate to see what I can achieve, for now I'm looking at the #8 issue |
No problem. For my current project, there is nothing blocking and I can live with the current code :) |
Wait, I've just given the code some thought and it looks like it's not that complicated to do, I'll put together a PR right now. First I would like to know how you suggest to handle the colors for the sections, because they need to have a fade, I imagine that to transparent by default, right?
|
Your suggestions are very good, I really appreciate it, initially I had thought about it in another way and to see other points of view is very good 😄 |
Solved in #15 , I hope later to change the tint for another way of coloring the images |
I was looking at the
Simple
example (it also applies to other examples as well) and in particular that part of the code:When I compile it, the text is
SEA_GREEN
, not white. It seems there is no way to set the color separately for each of the TextSection, everything is overwritten by thetint
field value.The text was updated successfully, but these errors were encountered: