Smooth change of TextArea text property?
Hello,
Is it possible to add effect during updating TextArea ‘text’ property?
ActionScript Code:
<mx:TextArea id="t" text="Here is some text"/> t.text = 'NEW TEXT HERE'
so new text must smootly change old text with some Transition/Effect
is there any built in possiblity to do this?
Original post by test157