[
https://issues.apache.org/jira/browse/WEEX-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xingZhang updated WEEX-60:
--------------------------
Description:
iOS Android and html5 will support a new feature about css perspective when
making rotation in 3d dimension according to the w3c description
[here](https://developer.mozilla.org/en-US/docs/Web/CSS/perspective)
the default value of perspective function is +inf , thus it will be parallel
projection.
perspective function can be the following value:
perspective(20px)
other case will be invalid.
was:
iOS Android and html5 will support a new feature about css perspective when
making rotation in 3d dimension according to the w3c description
[here](https://developer.mozilla.org/en-US/docs/Web/CSS/perspective)
the css perspective value default is inf , thus it will be parallel
projection.
perspective can be the following value:
perspective: 20px;
perspective: none
other case will be invalid.
> support perspective for rotate in 3d dimension
> ----------------------------------------------
>
> Key: WEEX-60
> URL: https://issues.apache.org/jira/browse/WEEX-60
> Project: Weex
> Issue Type: New Feature
> Reporter: xingZhang
> Assignee: xingZhang
>
> iOS Android and html5 will support a new feature about css perspective when
> making rotation in 3d dimension according to the w3c description
> [here](https://developer.mozilla.org/en-US/docs/Web/CSS/perspective)
> the default value of perspective function is +inf , thus it will be parallel
> projection.
> perspective function can be the following value:
> perspective(20px)
> other case will be invalid.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)