Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mpramodjain

macrumors regular
Original poster
Nov 20, 2008
152
0
Banglore
How to remove fading of an animation with the following attributes to the CATransition.


CATransition *basic_animation = [CATransition animation];
[basic_animation setDuration:50.0];
[basic_animation setType:kCATransitionPush ];
[basic_animation setSubtype:kCATransitionFromRight];
[[lTickerView layer] addAnimation:basic_animation forKey:nil];

What actually I am trying is to display a content with horizontal scrolling , just as a ticker.
I am getting ticker done but every time the animation repeated it starts with a fading. I would like to avoid it . Is there any other way.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.