mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
1511e588df
It should be possible to set up the delay of a transition, but since we start the Transition instance before returning control to the caller, we cannot use clutter_actor_get_transition() to do it without something extra-awkward, like: transition = clutter_actor_get_transition (actor, "width"); clutter_timeline_stop (transition); clutter_timeline_set_delay (transition, 1000); clutter_timeline_start (transition); for each property involved. It's much easier to add a delay to the easing state of an actor. |
||
---|---|---|
.. | ||
actor-box.png | ||
actor-example.png | ||
animator-key-frames.png | ||
animator-key-frames.svg | ||
bin-layout.png | ||
box-layout.png | ||
building-clutter.xml | ||
clutter-animation-tutorial.xml | ||
clutter-docs.xml.in | ||
clutter-overview.xml | ||
clutter-sections.txt | ||
clutter.types | ||
constraints-example.png | ||
easing-modes.png | ||
easing-modes.svg | ||
event-flow.dia | ||
event-flow.png | ||
flow-layout.png | ||
glossary.xml | ||
Makefile.am | ||
migrating-ClutterBehaviour.xml | ||
migrating-ClutterEffect.xml | ||
migrating-ClutterPath.xml | ||
offscreen-redirect.png | ||
path-alpha-func.png | ||
running-clutter.xml | ||
table-layout.png |