forked from jjochen/JJFloatingActionButton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve configurability of animations (jjochen#134)
* refactor JJActionItem scaling * Add slide animation (WIP) * Simplify button animation handling * Refactor configuration example * fix pod lint warnings * Simplify item animation handling (WIP) * Add slide in opening styles * fix lint warnings * Refactor button animation configuration into separate class * Refactor item animation configuration into separate class * Use closures for item layout and item animation configuration * Create separate classes for JJItemLayout and JJItemPreparation * Slide from edge of screen when sliding horizontally * Fix item scaling * Improve item scaling * Fix and refactor animation configuration tests * Place items on the inner side of the button when using circular layout * Move code arround * Documentation, swiftformat update * Documentation and small improvements * Update dependencies * Animation Configuration: Increase nimble tolerance for snapshots * Remove unused variable * Configure codeclimate * improve handling of animation settings * fix comments
- Loading branch information
Showing
96 changed files
with
1,212 additions
and
966 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
version: "2" | ||
checks: | ||
argument-count: | ||
config: | ||
threshold: 4 | ||
complex-logic: | ||
config: | ||
threshold: 4 | ||
file-lines: | ||
config: | ||
threshold: 1000 | ||
method-complexity: | ||
config: | ||
threshold: 5 | ||
method-count: | ||
config: | ||
threshold: 20 | ||
method-lines: | ||
config: | ||
threshold: 40 | ||
nested-control-flow: | ||
config: | ||
threshold: 4 | ||
exclude_patterns: | ||
- "Example/Tests/" | ||
- "Example/" | ||
- "docs/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.