
kimmo.hamalainen at nokia
Nov 25, 2009, 11:49 PM
Post #3 of 3
(408 views)
Permalink
|
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> 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 > https://lists.maemo.org/mailman/listinfo/maemo-developers _______________________________________________ maemo-developers mailing list maemo-developers [at] maemo https://lists.maemo.org/mailman/listinfo/maemo-developers
|