[fix] View transforms; add perspective styles

Fixes a regression introduced by
5db300df35

The `perspective` function is distinct from the `perspective` property.
This patch reverts the regression and adds support for `perspective`,
`perspectiveOrigin`, and `transformOrigin`.

Fix #208
This commit is contained in:
Nicolas Gallagher
2017-01-07 19:02:57 -08:00
parent af5fde994d
commit 768e895701
5 changed files with 14 additions and 19 deletions

View File

@@ -172,10 +172,13 @@ from `style`.
+ `paddingRight`
+ `paddingTop`
+ `paddingVertical`
+ `perspective`
+ `perspectiveOrigin`
+ `position`
+ `right`
+ `top`
+ `transform`
+ `transformOrigin`
+ `transitionDelay`
+ `transitionDuration`
+ `transitionProperty`