minor Layout Transition API edit

This commit is contained in:
Hannah Trosi
2016-08-22 01:32:56 -07:00
parent 1101ddbae7
commit 748e7f34fc

View File

@@ -13,7 +13,7 @@ With this system, you simply specify the desired layout and AsyncDisplayKit will
There are also easy to use APIs that allow you to fully customize the starting position of newly introduced elements, as well as the ending position of removed elements.
<div class = "note">
Use of <a href="implicit-hierarchy-mgmt.html">Implicit Hierarchy Management</a> is required to use the Layout Transition API. The Layout Transition API will be moved out of Beta soon, but until then you will need to import <code>ASDisplayNode+Beta.h</code> to use it.
Use of <a href="implicit-hierarchy-mgmt.html">Implicit Hierarchy Management</a> is required to use the Layout Transition API.
</div>
## Animating between Layouts