v2.3.0
- Added setDoubleTapZoom(..) settings option.
- Allowing animations from undefined 'from' position.
ViewsTracker
replaced byFromTracker
andIntoTracker
to support cases where there are more than one image per list item.ViewsTransitionBuilder
is deprecated and replaced byGestureTransitions
to provide more options and correct setup flow.- Automatically pre-setting image from source
ImageView
to targetGestureImageView
. - Fixed animation issue if item was removed from
ViewPager
.
Migration notes
ViewsTransitionBuilder
, ViewsTracker
and SimpleViewsTracker
are deprecated.
See migration wiki.