Forum Discussion
KamalsankarCoEE
3 years agoCommunity Member
How to change variable font color
If any possibility to change the variable font color after changing the correct action? in case will be using javascript, how to write the javascript?
- MathNotermans-9Community Member
As all Storyline text is rendered as SVG it is somewhat complicated to get this done. Using GSAP TextPlugin this is easy as it can directly change either a DOM-element or a SVGDOM-element, but without that you have to change the fill of the SVG. If you check your HTML on publish you will notice Storyline breaks a normal textfield into lines of SVG... Those you can target and change the fill...