0

I am using this library

I am trying to create app with minimal possible zoom. In my application I have small area where the images are presented as slide show. But the images are big so when kenburns effect starts it it zoomed too much.

How can I set the zoom level ?

Maraboc
  • 10,550
  • 3
  • 37
  • 48
Jonh Doe
  • 1
  • 2

1 Answers1

0

You need to create your own TransitionGenerator. If you want the keep the random movement and control the zoom, a good place to start is to base your custom TransitionGenerator off this one. The highlighted line (120) uses a random zoom factor. Hardcoding it will do what you need.

Flávio Faria
  • 6,575
  • 3
  • 39
  • 59