Re: [qooxdoo-devel] Transition Animation

2012-11-26 Thread Christopher Zündorf
Hi Marc-André, we deactivated the transitions for Tablets to create the similar behavior like on iPad. On iPad, there are no transitions available when you switch two pages. Just have a look at System Settings. You can open a bug for this, if it is an important feature for your project. Greetz

[qooxdoo-devel] Transition Animation

2012-11-23 Thread Marc-André Dubois
Hi, I don’t understand why the transition animation doesn’t work with page.Manager on a tablet. I found this tweak on the web : pageManager.__masterContainer.getLayout().setShowAnimation(true); But it’s not working when I build the application because it’s a private property… It have a