From 0b516f4dd245cdcb839f8e446ab1fe68057ae522 Mon Sep 17 00:00:00 2001 From: Dan Jackson Date: Tue, 3 Jan 2017 00:30:46 -0800 Subject: [PATCH] Fix another small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e65388e..90ee2c93 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Supercharged transition engine for iOS. Build your custom view transitions with At its core, Hero is similar to Keynote's `Magic Move`. It checks the `heroID` property on all source and destinations views. Every matched view pairs are then automatically transitioned from it's old state to it's new state. -Hero can also construct animations for unmatched views. It is easy to define these animations via the `heroModifiers` property. Hero will run these animations alongside the `Magic Move` animations. All of these can by interactive, too. +Hero can also construct animations for unmatched views. It is easy to define these animations via the `heroModifiers` property. Hero will run these animations alongside the `Magic Move` animations. All of these can be interactive, too. Hero does not make any assumption about how the view is built or structured. It will not modify any of your views' states other than hiding them during the animation. This means that it works with autolayout, programmatic layout, UICollectionView, UITableView, UINavigationController etc...