[GitHub] incubator-weex pull request #874: [WEEX-124][iOS]Transform's parse problem a...

2017-11-16 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-weex/pull/874


---


[GitHub] incubator-weex pull request #874: [WEEX-124] [iOS]Transform's parse problem ...

2017-11-16 Thread doumafang
GitHub user doumafang opened a pull request:

https://github.com/apache/incubator-weex/pull/874

[WEEX-124] [iOS]Transform's parse problem about translate

We found that in AnimationModule's transform do not support examples such 
as ' translateX(10px) translateY(20px)',and we fix this bug in 0.17.0.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/doumafang/incubator-weex 
iOS-bugfix-transformparse

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/874.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #874


commit 66f4e8fd27a954c1cfb4a9966415e7de81956bde
Author: doumafang 
Date:   2017-11-16T09:12:02Z

* [ios] fix bugs about transform's parse problem




---