Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

v2.1.0

Compare
Choose a tag to compare
@jverkoey jverkoey released this 07 Nov 16:43
· 173 commits to stable since this release

This minor release introduces new implicit animation APIs. These APIs provide a migration path from existing UIView animateWithDuration:... code.

New features

New APIs for writing implicit animations in UIView style:

animator.animate(with: timing) {
  view.alpha = 0
}

Source changes

API changes

MDMMotionAnimator

new method: animateWithTiming:animations:

new method: animateWithTiming:animations:completion:

Non-source changes