Saturday, September 30, 2017

Making video from UIImage array with different transition animations

Leave a Comment

I am following this code to create Video from an UIImage Array. While transitioning from one image to another, there is no animation here. I want to add some photo transition effect like these :

  1. TransitionFlipFromTop
  2. TransitionFlipFromBottom
  3. TransitionFlipFromLeft
  4. TransitionFlipFromRight
  5. TransitionCurlUp
  6. TransitionCurlDown
  7. TransitionCrossDissolve
  8. FadeIn
  9. FadeOut

These animations can be done via UIView.transition() & UIView.animate().

But how to apply these transition animations while making a video from an UIImage array? I have searched a lot but didn't find anything.

I've also tried HJImagesToVideo but it offers only Crossfade transition .

0 Answers

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment