You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/11 08:51:04 UTC

[jira] [Commented] (WEEX-28) Component height animation not properly

    [ https://issues.apache.org/jira/browse/WEEX-28?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16006115#comment-16006115 ] 

ASF GitHub Bot commented on WEEX-28:
------------------------------------

GitHub user misakuo opened a pull request:

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

    + [android] add needLayout option for animation module

    Fix the [WEEX-28](https://issues.apache.org/jira/browse/WEEX-28)
    add support of all views' layout when animating.
    Use `needLayout` argument to open this feature.
    
    testcase:http://dotwe.org/weex/77b71bd7a331f141521bea05a86c2ad0

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

    $ git pull https://github.com/misakuo/incubator-weex android-bugfix-anim-size

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

    https://github.com/apache/incubator-weex/pull/337.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 #337
    
----
commit f67845c7fd5745d1f2c81c08eb7eed841ba204c0
Author: moxun.ljf <fu...@foxmail.com>
Date:   2017-05-11T08:14:25Z

    + [android] add needLayout option for animation module

----


> Component height animation not properly
> ---------------------------------------
>
>                 Key: WEEX-28
>                 URL: https://issues.apache.org/jira/browse/WEEX-28
>             Project: Weex
>          Issue Type: Bug
>         Environment: Android, iOS
>            Reporter: moxun
>
> There are two issues with animation:
> Issue1 for iOS:
> The pivot of animation is the center of component instead of top.
> demo: http://dotwe.org/weex/4a14b70cb38e7a4e249ef8c983c6d1cb
> expect: the default pivot is the top of component
> Issue2 for Android and iOS:
> The container size does not vary with the size of the content.
> demo: http://dotwe.org/weex/539606f1a765742f492994415d419d0c 
> except: the container size increases or decreases as the content size



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)