Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Attachment actions
Description
After the
PageTransformer
is set inViewPager2
, theItemAnimator
is deactivated.But how do I add a delete animation after the item is removed in
ViewPager2
, or an animation that a new item enters.PageTransformer
does not seem to be able to do it.