diff --git a/RNTester/js/NativeAnimationsExample.js b/RNTester/js/NativeAnimationsExample.js
index 30f47ae22c2..1bb71002b89 100644
--- a/RNTester/js/NativeAnimationsExample.js
+++ b/RNTester/js/NativeAnimationsExample.js
@@ -220,24 +220,26 @@ class EventExample extends React.Component<{}, $FlowFixMeState> {
};
render() {
- const opacity = this.state.scrollX.interpolate({
- inputRange: [0, 200],
- outputRange: [1, 0],
- });
return (
{
width: 600,
backgroundColor: '#eee',
justifyContent: 'center',
+ paddingLeft: 100,
}}>
- Scroll me!
+ Scroll me sideways!
@@ -637,7 +640,7 @@ exports.examples = [
},
},
{
- title: 'Drive custom property',
+ title: 'Drive custom property (tap to animate)',
render: function() {
return (