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 :
- TransitionFlipFromTop
- TransitionFlipFromBottom
- TransitionFlipFromLeft
- TransitionFlipFromRight
- TransitionCurlUp
- TransitionCurlDown
- TransitionCrossDissolve
- FadeIn
- 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 comments:
Post a Comment