The library additions depend on SimplePathContainer for view inflation, however, there is no way to provide custom animations. Ideally, SimplePathContainer could fetch a segue animation using something like SegueService.getSegueAnimator(context) and default to the basic animation if no service is found.
The library additions depend on
SimplePathContainerfor view inflation, however, there is no way to provide custom animations. Ideally,SimplePathContainercould fetch a segue animation using something likeSegueService.getSegueAnimator(context)and default to the basic animation if no service is found.