Update layout-transition-api.md

This commit is contained in:
Hannah Troisi
2016-07-20 11:39:02 -07:00
committed by GitHub
parent a89470cebf
commit b9486d97a2

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-management.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. 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.
</div>
## Animating between Layouts