Zoom Image SlideView

HI

I’m using the example SlideView, how I can insert the effect ZoomImage

I make a function or add parameter in the config.lua?
thank [import]uid: 100428 topic_id: 22203 reply_id: 322203[/import]

You can zoom several ways.

Here is one :

[code]
local xAmount = 1.6
local yAmount = 1.6

myImg:scale(xAmount, yAmount) [import]uid: 84637 topic_id: 22203 reply_id: 88453[/import]

Great!!!

Thank You
[import]uid: 100428 topic_id: 22203 reply_id: 88631[/import]