Sync DISMISS_ANIMATION_DURATION
This commit is contained in:
@@ -464,7 +464,7 @@ export function ProfileGrid({
|
|||||||
: profiles.slice(0, maxLength).map((profile, index) => (
|
: profiles.slice(0, maxLength).map((profile, index) => (
|
||||||
<Animated.View
|
<Animated.View
|
||||||
key={profile.did}
|
key={profile.did}
|
||||||
layout={LinearTransition.duration(200)}
|
layout={LinearTransition.duration(DISMISS_ANIMATION_DURATION)}
|
||||||
style={[
|
style={[
|
||||||
a.flex_1,
|
a.flex_1,
|
||||||
gtMobile &&
|
gtMobile &&
|
||||||
|
|||||||
Reference in New Issue
Block a user