Support disabling transitions
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)