From cf4801a6690c4dc375cc426e0badb8222495bd34 Mon Sep 17 00:00:00 2001 From: Agastya Darma Laksana Date: Fri, 6 Mar 2020 12:01:54 +0700 Subject: [PATCH 1/2] feat: Adding start on animated docs --- docs/animated.md | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/docs/animated.md b/docs/animated.md index f685e5d4671..ae2f1be72af 100644 --- a/docs/animated.md +++ b/docs/animated.md @@ -7,7 +7,6 @@ The `Animated` library is designed to make animations fluid, powerful, and painl The core workflow for creating an animation is to create an `Animated.Value`, hook it up to one or more style attributes of an animated component, and then drive updates via animations using `Animated.timing()`. -