[maemo-developers] hildon animation
From: Kimmo Hämäläinen kimmo.hamalainen at nokia.comDate: Thu Nov 26 09:49:38 EET 2009
- Previous message: hildon animation
- Next message: how to adjust padding of HildonTouchSelectorColumn's private panarea?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 2009-11-26 at 07:32 +0100, ext kyle cronan wrote: > Ah, never mind! I see now that HildonStackableWindow is all I need. > I figured I was missing something. Yes, the animation code is in the window manager (hildon-desktop). AnimationActors are remote Clutter actors that you can command (scale, move, position) remotely from your application. Currently they are used in the image viewer only. -Kimmo > > Thanks, > Kyle > > > On Wed, Nov 25, 2009 at 10:24 PM, kyle cronan <kyle at pbx.org> wrote: > > Hi, > > > > Is there some code you would recommend I look at in order to > > understand how to do animated window transitions using the Hildon API? > > I assume this is going to involve the AnimationActor objects? What > > I'd like to do is use HildonTouchSelectors to implement a menu so that > > when you make a selection the window with the new menu slides in from > > the right, and when you tap the back button the old window slides back > > in from the left. Just like in the media player app, for example. > > > > Hildon doesn't seem to have utility functions for setting up timelines > > and transforms like Clutter does. Is this implemented separately in > > each application or is there some other library I'm not aware of? > > > > Thanks, > > Kyle > > > _______________________________________________ > maemo-developers mailing list > maemo-developers at maemo.org > https://lists.maemo.org/mailman/listinfo/maemo-developers
- Previous message: hildon animation
- Next message: how to adjust padding of HildonTouchSelectorColumn's private panarea?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]