actor: Add position and size animatable properties
authorEmmanuele Bassi <ebassi@linux.intel.com>
Sun, 1 Apr 2012 16:32:59 +0000 (17:32 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 27 Apr 2012 11:30:46 +0000 (12:30 +0100)
commit7814ec2eb544dc4679b9037a485e34b3be2a0f62
tree3617b2ea78dff5d42ac20918c4ad2c52d4ccfecd
parent0f3f0d54d21ee5ec867c3f5645931f186143fcf9
actor: Add position and size animatable properties

Using a compound type property for position and size has various
advantages: it reduces the amount of checks; it reduces the amount
of notify signals to connect to; it reduces the amount of transitions
generated.
clutter/clutter-actor.c