You add an ID to your text or input element, example “styledtext”
You then add in your page a html element. In this HTML element you add the … tags.
In between you add using the dynamic value (the following is an example) :
Input A's value > 5 :formatted as text
And in the “formatted as text” panel, you enter the css styling rule to add an animation to the text when the condition is true (else : nothing) , aka something like
#styledtext {
...
}
and you replace the … by the text / css animation you want.
Perhaps this plug-in can help you. It can animate both text displays as well as text inputs.
And if it does the same thing as The Plugin above it cost us.