material-motion / material-motion-swift

A toolkit for building responsive motion using Core Animation.
Apache License 2.0
1.42k stars 79 forks source link

Verify that we support percentage-based animations during transitions #113

Open jverkoey opened 7 years ago

jverkoey commented 7 years ago

This may require that our transition context subclass UIPercentDrivenInteractiveTransition.

We should validate the various animateAlongsideTransition APIs as part of this task.

Doing so will require building a transition that includes both traditional UIKit code and a customiz Material Motion transition.