zenangst / Family

:children_crossing: A child view controller framework that makes setting up your parent controllers as easy as pie.
Other
250 stars 10 forks source link

Add support for sprint animation updates #120

Closed zenangst closed 5 years ago

zenangst commented 5 years ago

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.

codecov-io commented 5 years ago

Codecov Report

Merging #120 into master will decrease coverage by 0.96%. The diff coverage is 0%.

Impacted file tree graph

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