Thanks to visit codestin.com
Credit goes to github.com

Skip to content

soulbuzz/iOSKeyBurns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS KeyBurns effect

The goal of this project is to create a UIView that can generate a KeyBurns transition with a set of images passed as an array.

To use it just create a UIView that inherit from KeyBurnsView.h and call this method to start the animation.

- (void)starAnimationWithImages:(NSArray)images TransitionTime:(float)time onLoop:(BOOL)isLoop inLandscape:(BOOL)isLandscape;*

  1. images: NSArray of UIImages.
  2. time: Time in seconds for the transition between each image.
  3. isLoop: The animation will start again when ended.
  4. isLandscape: If true optimized to show in Landscape mode.

TODO

  • Need to allow device rotation.
  • Improvements on image transition effects.

-- ###SweetBits, welcome to the candy factory.###

About

Ken Burns effect for iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors