diff --git a/docs/next/view.html b/docs/next/view.html index 516cd050207..09d183e7ae1 100644 --- a/docs/next/view.html +++ b/docs/next/view.html @@ -472,10 +472,10 @@

Rendering offscreen to preserve correct alpha behavior is extremely expensive and hard to debug for non-native developers, which is why it is not turned on by default. If you do need to enable this property for an animation, consider combining it with renderToHardwareTextureAndroid if the view contents are static (i.e. it doesn't need to be redrawn each frame). If that property is enabled, this View will be rendered off-screen once, saved in a hardware texture, and then composited onto the screen with an alpha each frame without having to switch rendering targets on the GPU.

- + - +
TypeRequiredPlatform
TypeRequired
boolNoAndroid
boolNo

diff --git a/docs/next/view/index.html b/docs/next/view/index.html index 516cd050207..09d183e7ae1 100644 --- a/docs/next/view/index.html +++ b/docs/next/view/index.html @@ -472,10 +472,10 @@

Rendering offscreen to preserve correct alpha behavior is extremely expensive and hard to debug for non-native developers, which is why it is not turned on by default. If you do need to enable this property for an animation, consider combining it with renderToHardwareTextureAndroid if the view contents are static (i.e. it doesn't need to be redrawn each frame). If that property is enabled, this View will be rendered off-screen once, saved in a hardware texture, and then composited onto the screen with an alpha each frame without having to switch rendering targets on the GPU.

- + - +
TypeRequiredPlatform
TypeRequired
boolNoAndroid
boolNo