Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
fix: don't fade incoming background when fading header
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Oct 16, 2019
1 parent 92f0f69 commit f3a2688
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/TransitionConfigs/HeaderStyleInterpolators.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export function forFade({
leftButtonStyle: { opacity },
rightButtonStyle: { opacity },
titleStyle: { opacity },
backgroundStyle: { opacity },
backgroundStyle: { opacity: current.progress },
};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Array [
"top": 0,
},
Object {
"opacity": undefined,
"opacity": NOOP {},
},
]
}
Expand Down Expand Up @@ -523,7 +523,7 @@ Array [
"top": 0,
},
Object {
"opacity": undefined,
"opacity": NOOP {},
},
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Array [
"top": 0,
},
Object {
"opacity": undefined,
"opacity": NOOP {},
},
]
}
Expand Down Expand Up @@ -554,7 +554,7 @@ Array [
"top": 0,
},
Object {
"opacity": undefined,
"opacity": NOOP {},
},
]
}
Expand Down

0 comments on commit f3a2688

Please sign in to comment.