Skip to content

Support disabling transitions

Compare
Choose a tag to compare
@marcosgriselli marcosgriselli released this 11 Aug 14:11
· 65 commits to master since this release

This release adds support for disabling transitions for both swipe and tap as recommended on #49.

We have made the transitions protocols optional so you can set them to nil and have no transitions by using:

setTapTransitioning(transition: nil)
setSwipeTransitioning(transition: nil)