Hi there,
I am trying to use the transition for scaling on an image object. But before I use this transition I update the anchor points of the object (depending on where the user does pinch zoom). What I find is that the transition resets the Anchor points to the default 0.5 values before starting the scaling transition process.
-
Is this the expected behaviour for the transition.scaleTo ?
-
Is there a way to set the anchor points for the transition process?
transition.scaleTo( mapobject, { xScale=5 , yScale=5 , time=150, onComplete = resetzoomtransition} )
Thanks
Jay