We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ae92e commit e87dfefCopy full SHA for e87dfef
src/components/animatedImage/index.js
@@ -88,7 +88,7 @@ class AnimatedImage extends BaseComponent {
88
89
onLoad = () => {
90
this.setState({isLoading: false}, () => {
91
- const animationParams = {toValue: 1, duration: this.props.animationDuration, useNativeDriver: false};
+ const animationParams = {toValue: 1, duration: this.props.animationDuration, useNativeDriver: true};
92
Animated.timing(this.state.opacity, animationParams).start();
93
});
94
};
0 commit comments