From a00913dcc409d6559f7d8eb5b6cd9fa6ab3f6a3e Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 11 Jun 2020 12:35:42 +0000 Subject: [PATCH] Deploy website Deploy website version based on 95f2285ba523f487cf93ec263c4109a361c2d54c --- docs/next/animated.html | 12 ++++++------ docs/next/animated/index.html | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/next/animated.html b/docs/next/animated.html index fc294be6b89..c83b9726553 100644 --- a/docs/next/animated.html +++ b/docs/next/animated.html @@ -113,7 +113,7 @@ // Will change fadeAnim value to 1 in 5 seconds Animated.timing(fadeAnim, { toValue: 1, - duration: 2000 + duration: 5000 }).start(); }; @@ -121,7 +121,7 @@ // Will change fadeAnim value to 0 in 5 seconds Animated.timing(fadeAnim, { toValue: 0, - duration: 2000 + duration: 5000 }).start(); }; @@ -171,7 +171,7 @@ export default App;
// Will change fadeAnim value to 1 in 5 seconds Animated.timing(this.state.fadeAnim, { toValue: 1, - duration: 2000 + duration: 5000 }).start(); }; @@ -205,7 +205,7 @@ export default App; // Will change fadeAnim value to 0 in 5 seconds Animated.timing(this.state.fadeAnim, { toValue: 0, - duration: 2000 + duration: 5000 }).start(); }; @@ -257,7 +257,7 @@ export default App;
// Will change fadeAnim value to 1 in 5 seconds Animated.timing(fadeAnim, { toValue: 1, - duration: 2000 + duration: 5000 }).start(); }; @@ -121,7 +121,7 @@ // Will change fadeAnim value to 0 in 5 seconds Animated.timing(fadeAnim, { toValue: 0, - duration: 2000 + duration: 5000 }).start(); }; @@ -171,7 +171,7 @@ export default App;
// Will change fadeAnim value to 1 in 5 seconds Animated.timing(this.state.fadeAnim, { toValue: 1, - duration: 2000 + duration: 5000 }).start(); }; @@ -205,7 +205,7 @@ export default App; // Will change fadeAnim value to 0 in 5 seconds Animated.timing(this.state.fadeAnim, { toValue: 0, - duration: 2000 + duration: 5000 }).start(); }; @@ -257,7 +257,7 @@ export default App;