Neil,
Thanks that helps.
However I am getting this following error :-
'Cannot bind property '' objects of type 'ClutterTexture' do not have
this property'
When I try the rotation example :-
clutter_actor_animate (actor, CLUTTER_EASE_IN, 100,
"rotation-angle-z", 360,
"fixed::rotation-center-z", ¢er,
NULL);
Thanks
Ian
-----Original Message-----
From: Neil Roberts [mailto:[email protected]]
Sent: Wednesday, August 12, 2009 3:23 PM
To: Ian Walberg
Cc: [email protected]
Subject: Re: [clutter] clutter_actor_animate ()
On Wed, 2009-08-12 at 17:32 -0400, Ian Walberg wrote:
> Can anyone point me to the list of 'properties' (and their values)
that can be used with clutter_actor_animate ().
clutter_actor_animate can animate any gobject property of an actor so to
get the list you can look at the 'Properties' section in the docs for
any ClutterActor subclass. All actors support at least the properties
listed here:
http://is.gd/2e6Nh
But other actor subclasses may add more properties, such as the
'border-color' property of ClutterRectangle. These can be used with
clutter_actor_animate as well.
- Neil
--
To unsubscribe send a mail to [email protected]