Usually this means something your doing to the target object is changing the intended value. Have you tried changing your ease type to something else. Try changing It from Elastic to just Linear. Elastic is gonna take longer to complete and actually will tween the object past and before its target value to achieve the elastic effect. I would imagine the problem is you are doing this in a loop and not waiting for each item to finish , before entering the next iteration.