From 17f9a79e0acd7e71390ea55486017e1fa2ed4140 Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Tue, 29 Jun 2021 17:36:22 +0300 Subject: [PATCH] docs: Update Readme file --- TIUIElements/README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/TIUIElements/README.md b/TIUIElements/README.md index 38f003e2..4f73b1e4 100644 --- a/TIUIElements/README.md +++ b/TIUIElements/README.md @@ -41,17 +41,13 @@ public protocol CollapsibleViewsAnimator { ``` Already implemented animators - -- **ParalaxAnimator** - applies only parallax effect to the header of table - - -- **ParalaxWithTransitionAnimator** - applies parallax effect to the header of table with transition effect down up of the navigationBar titleView - - -- **TransitionAnimator** - applies only transition effect down up of the navigationBar titleView - - -- **ScaleAnimator** - applies only scale effect down up of the navigationBar titleView - - -- **ParalaxWithScaleAnimator** - applies parallax effect to the header of table with scale effect down up of the navigationBar titleView - - -- **nil** **(default value)** - dont applies any effects + +- `ParalaxAnimator` - applies only parallax effect to the header of table +- `ParalaxWithTransitionAnimator` - applies parallax effect to the header of table with transition effect down up of the navigationBar titleView +- `TransitionAnimator` - applies only transition effect down up of the navigationBar titleView +- `ScaleAnimator` - applies only scale effect down up of the navigationBar titleView +- `ParalaxWithScaleAnimator` - applies parallax effect to the header of table with scale effect down up of the navigationBar titleView +- `nil`(default value) - dont applies any effects TableViewHeaderTransitioningHandler is the default implementation for TransitioningHandler. It creates an animation action when scrolling the table.