1
0
Fork 0
mutter-performance-source/doc/reference/clutter
Bastian Winkler 7f6b17bc50 layout-manager: Add a new animation API
It's similar to to the implicit animation API of ClutterActor and
compatible to deprecated API of ClutterBoxLayout and
ClutterTableLayout.

It adds :use-animations, :easing-mode, :easing-duration and
:easing-delay properties to control animations when allocation of a
child has changed. Layout manager implementers should call

use_animations = clutter_layout_manager_get_easing_state (manager,
                                                          &mode,
                                                          &duration,
                                                          &delay);

from the allocate() virtual function to access these values.

https://bugzilla.gnome.org/show_bug.cgi?id=676827
2012-05-28 19:37:10 +02:00
..
actor-box.png Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
actor-example.png docs: Update the actor example image 2012-02-29 15:20:58 +00:00
animator-key-frames.png docs: Add visual cue for Animator's key frames 2010-02-25 17:09:55 +00:00
animator-key-frames.svg docs: Add visual cue for Animator's key frames 2010-02-25 17:09:55 +00:00
bin-layout.png docs: Refresh the layout managers example image 2012-02-29 15:20:58 +00:00
box-layout.png docs: Refresh the layout managers example image 2012-02-29 15:20:58 +00:00
building-clutter.xml backend: remove untested fruity backend 2011-04-11 17:54:36 +01:00
clutter-animation-tutorial.xml docs: Use ClutterTimeline:repeat-count instead of :loop 2012-02-13 17:30:22 +00:00
clutter-docs.xml.in docs: Clean up index 2012-04-27 12:30:50 +01:00
clutter-overview.xml docs: Fix some wrong function/signal/property names 2010-11-18 15:21:16 +00:00
clutter-sections.txt layout-manager: Add a new animation API 2012-05-28 19:37:10 +02:00
clutter.types docs: Add ScrollActor to the API reference 2012-04-27 12:30:50 +01:00
constraints-example.png docs: Fix up labels in the constraint example image 2011-06-20 19:44:33 +01:00
easing-modes.png [docs] Update the easing modes documentation 2009-01-20 18:13:36 +00:00
easing-modes.svg [docs] Update the easing modes documentation 2009-01-20 18:13:36 +00:00
event-flow.dia * clutter/event-flow.png: fixed typo. 2008-06-13 10:37:33 +00:00
event-flow.png * clutter/event-flow.png: fixed typo. 2008-06-13 10:37:33 +00:00
flow-layout.png docs: Refresh the layout managers example image 2012-02-29 15:20:58 +00:00
glossary.xml [docs] Add more collateral documentation 2009-09-03 16:51:14 +01:00
Makefile.am docs: Disable deprecations when building the object scanner 2012-05-03 11:28:04 +01:00
migrating-ClutterBehaviour.xml docs: Use ClutterTimeline:repeat-count instead of :loop 2012-02-13 17:30:22 +00:00
migrating-ClutterEffect.xml [docs] Fix typo in the effects migration guide 2009-07-21 09:20:16 +01:00
migrating-ClutterPath.xml docs: Fix some wrong function/signal/property names 2010-11-18 15:21:16 +00:00
offscreen-redirect.png clutter-actor: Add an 'offscreen-redirect' property 2011-05-13 01:46:32 +01:00
path-alpha-func.png Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
running-clutter.xml docs: Replace unknown <envvar> tag with <varname> 2012-04-30 18:26:06 +01:00
table-layout.png docs: Refresh the layout managers example image 2012-02-29 15:20:58 +00:00