From bfc15b9185f73b0a920f75f40033bd73409ee3ab Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Tue, 19 Jul 2016 23:37:56 -0700 Subject: [PATCH] Update layout-transition-api.md --- _docs/layout-transition-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/layout-transition-api.md b/_docs/layout-transition-api.md index 938cf892..1956d232 100644 --- a/_docs/layout-transition-api.md +++ b/_docs/layout-transition-api.md @@ -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.
-Use of Implicit Hierarchy Management is required to use the Layout Transition API. +Use of Implicit Hierarchy Management 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 ASDisplayNode+Beta.h to use it.
## Animating between Layouts