diff --git a/docs/image.html b/docs/image.html index 71aaf98f321..eadbf7275b0 100644 --- a/docs/image.html +++ b/docs/image.html @@ -101,17 +101,17 @@ AppRegistry.registerComponent(
You will need to add some optional modules in android/app/build.gradle, depending on the needs of your app.
dependencies {
// If your app supports Android versions before Ice Cream Sandwich (API level 14)
- compile 'com.facebook.fresco:animated-base-support:1.9.0'
+ compile 'com.facebook.fresco:animated-base-support:1.10.0'
// For animated GIF support
- compile 'com.facebook.fresco:animated-gif:1.9.0'
+ compile 'com.facebook.fresco:animated-gif:1.10.0'
// For WebP support, including animated WebP
- compile 'com.facebook.fresco:animated-webp:1.9.0'
- compile 'com.facebook.fresco:webpsupport:1.9.0'
+ compile 'com.facebook.fresco:animated-webp:1.10.0'
+ compile 'com.facebook.fresco:webpsupport:1.10.0'
// For WebP support, without animations
- compile 'com.facebook.fresco:webpsupport:1.9.0'
+ compile 'com.facebook.fresco:webpsupport:1.10.0'
}
You will need to add some optional modules in android/app/build.gradle, depending on the needs of your app.
dependencies {
// If your app supports Android versions before Ice Cream Sandwich (API level 14)
- compile 'com.facebook.fresco:animated-base-support:1.9.0'
+ compile 'com.facebook.fresco:animated-base-support:1.10.0'
// For animated GIF support
- compile 'com.facebook.fresco:animated-gif:1.9.0'
+ compile 'com.facebook.fresco:animated-gif:1.10.0'
// For WebP support, including animated WebP
- compile 'com.facebook.fresco:animated-webp:1.9.0'
- compile 'com.facebook.fresco:webpsupport:1.9.0'
+ compile 'com.facebook.fresco:animated-webp:1.10.0'
+ compile 'com.facebook.fresco:webpsupport:1.10.0'
// For WebP support, without animations
- compile 'com.facebook.fresco:webpsupport:1.9.0'
+ compile 'com.facebook.fresco:webpsupport:1.10.0'
}
interpolate() supports multiple range segments as well, which is handy for defining dead zones and other handy tricks. For example, to get an negation relationship at -300 that goes to 0 at -100, then back up to 1 at 0, and then back down to zero at 100 followed by a dead-zone that remains at 0 for everything beyond that, you could do:
interpolate() supports multiple range segments as well, which is handy for defining dead zones and other handy tricks. For example, to get a negation relationship at -300 that goes to 0 at -100, then back up to 1 at 0, and then back down to zero at 100 followed by a dead-zone that remains at 0 for everything beyond that, you could do:
value.interpolate({
inputRange: [-300, -100, 0, 100, 101],
outputRange: [300, 0, 1, 0, 0],
diff --git a/docs/next/animations/index.html b/docs/next/animations/index.html
index e47c74767bb..406490b2411 100644
--- a/docs/next/animations/index.html
+++ b/docs/next/animations/index.html
@@ -169,7 +169,7 @@ Animated.spring(a, {
}],
}}
-interpolate() supports multiple range segments as well, which is handy for defining dead zones and other handy tricks. For example, to get an negation relationship at -300 that goes to 0 at -100, then back up to 1 at 0, and then back down to zero at 100 followed by a dead-zone that remains at 0 for everything beyond that, you could do:
interpolate() supports multiple range segments as well, which is handy for defining dead zones and other handy tricks. For example, to get a negation relationship at -300 that goes to 0 at -100, then back up to 1 at 0, and then back down to zero at 100 followed by a dead-zone that remains at 0 for everything beyond that, you could do:
value.interpolate({
inputRange: [-300, -100, 0, 100, 101],
outputRange: [300, 0, 1, 0, 0],
diff --git a/docs/next/image.html b/docs/next/image.html
index ca33ebbd27a..6cc11371ddb 100644
--- a/docs/next/image.html
+++ b/docs/next/image.html
@@ -101,17 +101,17 @@ AppRegistry.registerComponent(
You will need to add some optional modules in android/app/build.gradle, depending on the needs of your app.
dependencies {
// If your app supports Android versions before Ice Cream Sandwich (API level 14)
- compile 'com.facebook.fresco:animated-base-support:1.9.0'
+ compile 'com.facebook.fresco:animated-base-support:1.10.0'
// For animated GIF support
- compile 'com.facebook.fresco:animated-gif:1.9.0'
+ compile 'com.facebook.fresco:animated-gif:1.10.0'
// For WebP support, including animated WebP
- compile 'com.facebook.fresco:animated-webp:1.9.0'
- compile 'com.facebook.fresco:webpsupport:1.9.0'
+ compile 'com.facebook.fresco:animated-webp:1.10.0'
+ compile 'com.facebook.fresco:webpsupport:1.10.0'
// For WebP support, without animations
- compile 'com.facebook.fresco:webpsupport:1.9.0'
+ compile 'com.facebook.fresco:webpsupport:1.10.0'
}
Props
diff --git a/docs/next/image/index.html b/docs/next/image/index.html
index ca33ebbd27a..6cc11371ddb 100644
--- a/docs/next/image/index.html
+++ b/docs/next/image/index.html
@@ -101,17 +101,17 @@ AppRegistry.registerComponent(
You will need to add some optional modules in android/app/build.gradle, depending on the needs of your app.
dependencies {
// If your app supports Android versions before Ice Cream Sandwich (API level 14)
- compile 'com.facebook.fresco:animated-base-support:1.9.0'
+ compile 'com.facebook.fresco:animated-base-support:1.10.0'
// For animated GIF support
- compile 'com.facebook.fresco:animated-gif:1.9.0'
+ compile 'com.facebook.fresco:animated-gif:1.10.0'
// For WebP support, including animated WebP
- compile 'com.facebook.fresco:animated-webp:1.9.0'
- compile 'com.facebook.fresco:webpsupport:1.9.0'
+ compile 'com.facebook.fresco:animated-webp:1.10.0'
+ compile 'com.facebook.fresco:webpsupport:1.10.0'
// For WebP support, without animations
- compile 'com.facebook.fresco:webpsupport:1.9.0'
+ compile 'com.facebook.fresco:webpsupport:1.10.0'
}
Props