We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846ddef commit 7e353fdCopy full SHA for 7e353fd
1 file changed
src/ImageHeaderScrollView.js
@@ -164,12 +164,10 @@ class ImageHeaderScrollView extends Component<Props, State> {
164
outputRange: [0, -this.props.maxHeight * 2 * this.props.foregroundParallaxRatio],
165
extrapolate: 'clamp',
166
});
167
- const opacity = this.interpolateOnImageHeight([1, -0.3]);
168
169
const headerTransformStyle = {
170
height: this.props.maxHeight,
171
transform: [{ translateY: headerTranslate }],
172
- opacity: this.props.fadeOutForeground ? opacity : 1,
173
};
174
175
if (!this.props.renderForeground) {
0 commit comments