FullScreenAnimations icon indicating copy to clipboard operation
FullScreenAnimations copied to clipboard

Make the animation duration customizable

Open schturdark opened this issue 12 years ago • 1 comments

Please help to make the animation duration customizable instead of hardcoding it at 3 seconds.

schturdark avatar Oct 11 '12 02:10 schturdark

You can do this in the SplashViewController.m file at the line: [UIView setAnimationDuration:3.0]; - simply change the integer value for example, I am using 1.5 (value is in seconds).

alexsaidani avatar Oct 20 '12 02:10 alexsaidani