docs: Update Readme file

This commit is contained in:
Boyko Mihail 2021-06-29 17:36:22 +03:00
parent 033335a0b5
commit 17f9a79e0a
1 changed files with 7 additions and 11 deletions

View File

@ -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.