Colin Walters 0cb0a841cc [animation] Enhance the bind API
Bug 1419 - Add clutter_animation_bind, rename clutter_animation_bind_interval

This is a different approach from the clutter_actor_animatev
vector variant.  The single call should be even easier on
automatic bindings, since calls can be chained like:

  new Clutter.Animation({object: myactor}).bind("x", 42).bind("y", 43);

Note clutter_animation_bind_property which took a ClutterInterval
is renamed to clutter_animation_bind_interval for clarity, and to
discourage use since there are friendlier APIs about.

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
2009-03-16 12:13:55 +00:00
..
2009-03-13 15:43:19 +00:00
2009-03-10 12:38:02 +00:00
2009-01-20 18:47:50 +00:00
2009-01-27 14:24:31 +00:00
2009-03-10 12:38:02 +00:00
2009-03-10 12:38:04 +00:00
2009-03-13 14:29:27 +00:00
2009-03-10 19:24:17 +00:00