From 4d88faecc4aacc0157d3680f9e87f3592a72b2fc Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 2 Dec 2019 11:54:46 +0000 Subject: [PATCH] Deploy website Deploy website version based on 490cbfa8a771584d2e5c2f0c5e96172da9d1679b --- docs/next/animated.html | 2 +- docs/next/animated/index.html | 2 +- docs/next/typescript.html | 6 ++++-- docs/next/typescript/index.html | 6 ++++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/next/animated.html b/docs/next/animated.html index 3430161ee87..d9a1fe604ba 100644 --- a/docs/next/animated.html +++ b/docs/next/animated.html @@ -267,7 +267,7 @@

loop()

static loop(animation, config?)
 
-

Loops a given animation continuously, so that each time it reaches the end, it resets and begins again from the start. Will loop without blocking the UI thread if the child animation is set to useNativeDriver: true. In addition, loops can prevent VirtualizedList-based components from rendering more rows while the animation is running. You can pass isInteraction: false in the child animation config to fix this.

+

Loops a given animation continuously, so that each time it reaches the end, it resets and begins again from the start. Will loop without blocking the JS thread if the child animation is set to useNativeDriver: true. In addition, loops can prevent VirtualizedList-based components from rendering more rows while the animation is running. You can pass isInteraction: false in the child animation config to fix this.

Config is an object that may have the following options: