Skip to content

Commit

Permalink
Document transition and animation View styles
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Jan 8, 2017
1 parent fe18830 commit 0696721
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/components/View.md
Expand Up @@ -99,6 +99,14 @@ from `style`.
+ `alignContent`
+ `alignItems`
+ `alignSelf`
+ `animationDelay`
+ `animationDirection`
+ `animationDuration`
+ `animationFillMode`
+ `animationIterationCount`
+ `animationName`
+ `animationPlayState`
+ `animationTimingFunction`
+ `backfaceVisibility`
+ `backgroundAttachment`
+ `backgroundClip`
Expand Down Expand Up @@ -168,6 +176,10 @@ from `style`.
+ `right`
+ `top`
+ `transform`
+ `transitionDelay`
+ `transitionDuration`
+ `transitionProperty`
+ `transitionTimingFunction`
+ `userSelect`
+ `visibility`
+ `width`
Expand Down

0 comments on commit 0696721

Please sign in to comment.