Skip to content

This is a Swift version of the Ken Burns effect for iOS. This custom view enables a widely used technique of embedding still photographs in motion pictures, displayed with slow zooming and panning effects, and fading transitions between frames.

Notifications You must be signed in to change notification settings

curest0x1021/JBKenBurnsView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JBKenBurnsView

This project was based on the objective-c version of JBKenBurns created by Javier Berlana et. al.

However, I wanted additional functionality like pausing and resuming the image gallery, so the project has deviated a bit from its origin.

The JBKenBurnsView version 1.0 supports:

  1. Start Animation using an array of UIImages or paths.
  2. Pause / Resume Animation.
  3. Stop Animation.
  4. The ability to append individual images.
  5. The ability to fetch the currently shown image.
  6. Check if the animation is currently paused.

The view also deals with device orientation changes. If there is a better way to accomplish this then the current implementation, please let me know.

Thanks, @JohanHWB

About

This is a Swift version of the Ken Burns effect for iOS. This custom view enables a widely used technique of embedding still photographs in motion pictures, displayed with slow zooming and panning effects, and fading transitions between frames.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%