mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
docs: Mention implicit animations checks in the release notes
Don't want anybody to be taken by surprise by this.
This commit is contained in:
parent
9424e995fa
commit
bc664cc240
10
README.in
10
README.in
@ -298,6 +298,16 @@ Relevant information for developers with existing Clutter applications
|
|||||||
wanting to port to newer releases (see NEWS for general information on new
|
wanting to port to newer releases (see NEWS for general information on new
|
||||||
features).
|
features).
|
||||||
|
|
||||||
|
Release Notes for Clutter 1.16
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
• Implicit transitions will not be created on actors that are not mapped,
|
||||||
|
unless they are in a cloned branch of the scene graph. This was never an
|
||||||
|
approved case, as ClutterActor would implicitly skip layout and paint on
|
||||||
|
unmapped actors, but now it's being enforced through the animation machinery
|
||||||
|
as well. Using explicit transitions still works, as explicit transitions
|
||||||
|
completely place the developer in charge.
|
||||||
|
|
||||||
Release Notes for Clutter 1.14
|
Release Notes for Clutter 1.14
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user