The animation effects are available here -
http://www.abgapps.co.uk/dropbox/ExpandViewTransition.zip
Just set the url for the TTLauncherItem & call the animation in the
didSelectItem method.
- (void)launcherView:(TTLauncherView*)launcher didSelectItem:
(TTLauncherItem*)item {
[self performSelector:@selector(animateTransition:) withObject:
[NSNumber numberWithFloat: TIME_FOR_EXPANDING]];
}
Thanks,
Roshan