Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

add animation effect in view (transition:Ti.UI.iPhone.AnimationStyle.FLIP_FROM_LEFT) #228

Open
patel-pragnesh opened this issue Mar 29, 2014 · 1 comment

Comments

@patel-pragnesh
Copy link

hi
how to add animation left,right transition effect in iphone ?

when we add screen(core.js) is it possible assign this effect?

@mohamedayed
Copy link

i supposed you working with tabs then when u call tab.open()function it takes 2 parameters the first one is the window that you will open and the second one wich u asking about is the animation property
tab.open(win,{transition:Titanium.UI.iPhone.AnimationStyle.FLIP_FROM_LEFT})
if it dosen`t work for you then try to call the activetab property
tab.activetab.open({transition:Titanium.UI.iPhone.AnimationStyle.FLIP_FROM_RIGHT})

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants