Comments Tamir started the conversation2 weeks ago on January 3, 2025 at 11:48amIf i post a Text Layer. For example: "A sunny day is happy day" and I choose text color RED [#ff0000] in style. It Works ok. Now... if i decide to change the color of the word : Happy to blue [#0004ff] in the text. I am writing in the Text layer : A sunny day is <span style="color: #0004ff">Happy</span> day. Now the word "Happy" is Blue. Now i want to add, Text Transition. i choose something from the transitions presets. After i make preview the project, it animate the text, as all RED. and ignore the span style. Am i doing something wrong here ? 141George replied2 weeks ago on January 4, 2025 at 7:57amHello Tamir,Text transition is working with only with plain text. You should not enter any other HTML element (like span) in the content field, because that will be ignored and removed. Choose the text color with the color picker, and that will do the trick.Best Regards,George | Kreatura Dev Team Sign in to reply ...
If i post a Text Layer.
For example: "A sunny day is happy day"
and I choose text color RED [#ff0000] in style.
It Works ok.
Now... if i decide to change the color of the word : Happy to blue [#0004ff] in the text.
I am writing in the Text layer :
A sunny day is <span style="color: #0004ff">Happy</span> day.
Now the word "Happy" is Blue.
Now i want to add, Text Transition. i choose something from the transitions presets.
After i make preview the project, it animate the text, as all RED. and ignore the span style.
Am i doing something wrong here ?
Hello Tamir,
Text transition is working with only with plain text. You should not enter any other HTML element (like span) in the content field, because that will be ignored and removed. Choose the text color with the color picker, and that will do the trick.
Best Regards,
George | Kreatura Dev Team