Skip to content

Commit

Permalink
Update layout-transition-api.md (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtmelon authored and Adlai-Holler committed Mar 3, 2019
1 parent 1410b29 commit 257f5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/layout-transition-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nextPage: hit-test-slop.html

The Layout Transition API was designed to make all animations with Texture easy - even transforming an entire set of views into a completely different set of views!

With this system, you simply specify the desired layout and Texture will do the work to figure out differences from the current layout. It will automatically add new elements, remove unneeded elements after the transiton, and update the position of any existing elements.
With this system, you simply specify the desired layout and Texture will do the work to figure out differences from the current layout. It will automatically add new elements, remove unneeded elements after the transition, and update the position of any existing elements.

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.

Expand Down

0 comments on commit 257f5a9

Please sign in to comment.