Jump to content
Search Community

Felicia@NKD

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Felicia@NKD

  1. Thank you – I'll give that a go and see if it renders differently on another system.
  2. Hello, been using Greensock for years but never required posting on the forum before since all the information I've ever needed I've been able to find in one form or another online – mostly on these forums. However, this time I'm at a loss. I appear to be the only one who's had this issue!! I'm currently animating a single text field with the following code (simplified): var mainTimeline:TimelineMax=new TimelineMax(); var stf:SplitTextField = new SplitTextField(obj, SplitTextField.TYPE_CHARACTERS); mainTimeline.insertMultiple(TweenMax.allFrom(stf.textFields,0.6,{autoAlpha:0,scaleX:2,scaleY:2},0.2)); I'm getting a strange effect I've never encountered before: the text "ghosting". See the attached screenshot. This happens while animating on a couple of the letters, but only sticks around on the last one and doesn't go away even when the animation has finished. What's going on? Is there a way around this? I've never come across it before. Thanks in advance!
×
×
  • Create New...