ObjectAnimator not fading in
问题 I am trying to play a set of animations sequentially using the Animator set. Everything is working except for the alpha animation( set1 ). It is changing from 0.25f to 1 but it is not fading throughout the animation and at the end of the set1 animation it is changing from 0.25 to 1 and not taking in consideration the setDuration (as a result I am not getting the fade in effect). So I don't have the fade in effect... When I do this animation by itself the fade in effect is there....Any ideas?