Method
ClutterActorremove_transition
Declaration [src]
void
clutter_actor_remove_transition (
ClutterActor* self,
const char* name
)
Description [src]
Removes the transition stored inside a ClutterActor
using name
identifier.
If the transition is currently in progress, it will be stopped.
This function releases the reference acquired when the transition
was added to the ClutterActor
.