mastodon/app
ThibG 0b437325dc
Fix column swiping animation logic (#15301)
From the start, swiping columns was highly unreliable because the logic
could change `ReactSwipeableViews`'s `animateTransitions` property
mid-swipe.

PR #11200 partially fixed this, but at the unintended cost of disabling the
swipe animation altogether.

This PR changes the logic behind `shouldAnimate` to only disable the swiping
animation at the end of a column change not initiated by `ReactSwipeableViews`.

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2020-12-07 20:07:24 +01:00
..
chewy
controllers Fix slow distinct queries where grouped queries are faster (#15287) 2020-12-07 12:08:30 +01:00
helpers
javascript Fix column swiping animation logic (#15301) 2020-12-07 20:07:24 +01:00
lib
mailers
models Fix slow distinct queries where grouped queries are faster (#15287) 2020-12-07 12:08:30 +01:00
policies
presenters
serializers
services
validators
views
workers