Closed zenangst closed 5 years ago
Merging #120 into master will decrease coverage by
0.96%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #120 +/- ##
==========================================
- Coverage 46.48% 45.51% -0.97%
==========================================
Files 15 15
Lines 1222 1248 +26
==========================================
Hits 568 568
- Misses 654 680 +26
Flag | Coverage Δ | |
---|---|---|
#iOS | 6.98% <0%> (-0.3%) |
:arrow_down: |
#macOS | 84.81% <ø> (ø) |
:arrow_up: |
#tvOS | 46.42% <ø> (ø) |
:arrow_up: |
Impacted Files | Coverage Δ | |
---|---|---|
...urces/iOS+tvOS/Extensions/CALayer+Extensions.swift | 0% <0%> (ø) |
:arrow_up: |
Sources/iOS+tvOS/Classes/FamilyScrollView.swift | 4.1% <0%> (-0.35%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 91d2a03...111650d. Read the comment docs.
By adding a
CASpringAnimation
to the view that updates, it is now possible to animate the entire view hierarchy using a spring animation. Determining which animation should be used is now more accurate as the animation will be resolved inside the observer. This makes it more customizable as individual components can use different types of animations when their layout attributes change.