diff --git a/README.md b/README.md index 5a631f3..2ba7235 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Each of them is available in three variations: ## Easing Functions -| x | In | InOut | Out | +| x | In | Out | InOut | |---------|:--------------------------------------------------------------:|:-----------------------------------------------------------------:|:-----------------------------------------------------------------------:| | Cubic | ![Ease In Cubic](img/easeInCubic.svg)
`easeInCubic` | ![Ease Out Cubic](img/easeOutCubic.svg)
`easeOutCubic` | ![Ease InOut Cubic](img/easeInOutCubic.svg)
`easeInOutCubic` | | Quart | ![Ease In Quart](img/easeInQuart.svg)
`easeInQuart` | ![Ease Out Quart](img/easeOutQuart.svg)
`easeOutQuart` | ![Ease InOut Quart](img/easeInOutQuart.svg)
`easeInOutQuart` |