From fa7c06fcc984d23cfdc20b6afbc98db1bcd0d23e Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Tue, 29 Jun 2021 17:13:17 +0300 Subject: [PATCH] docs: Update Readme file --- TIUIElements/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIUIElements/README.md b/TIUIElements/README.md index a4f2d888..7e62d056 100644 --- a/TIUIElements/README.md +++ b/TIUIElements/README.md @@ -40,7 +40,7 @@ public protocol CollapsibleViewsAnimator { } ``` -Already implemented animators: +Already implemented animators 1) **ParalaxAnimator** - applies only parallax effect to the header of table 2) **ParalaxWithTransitionAnimator** - applies parallax effect to the header of table with transition effect down up of the navigationBar titleView 3) **TransitionAnimator** - applies only transition effect down up of the navigationBar titleView