From 0696721488c64cf12f65985fe419f0c71e8a92b3 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sat, 7 Jan 2017 18:12:26 -0800 Subject: [PATCH] Document transition and animation View styles --- docs/components/View.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/components/View.md b/docs/components/View.md index cc7ed768..2fca6a9c 100644 --- a/docs/components/View.md +++ b/docs/components/View.md @@ -99,6 +99,14 @@ from `style`. + `alignContent` + `alignItems` + `alignSelf` ++ `animationDelay` ++ `animationDirection` ++ `animationDuration` ++ `animationFillMode` ++ `animationIterationCount` ++ `animationName` ++ `animationPlayState` ++ `animationTimingFunction` + `backfaceVisibility` + `backgroundAttachment` + `backgroundClip` @@ -168,6 +176,10 @@ from `style`. + `right`‡ + `top` + `transform` ++ `transitionDelay` ++ `transitionDuration` ++ `transitionProperty` ++ `transitionTimingFunction` + `userSelect` + `visibility` + `width`