Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct visibility when fade is chained #2597

Merged
merged 2 commits into from Feb 6, 2015

Commits on May 23, 2014

  1. Correct visibility when fading from onComplete

    When a new fade is called inside the onComplete event of first fade out,
    then the opacity fades as expected but the visibility will not be set
    back to visible. This happens because the first fade sets the visibility
    after the fade is done. So the onComplete actually fires before the
    visibility is set.
    SergioCrisostomo committed May 23, 2014
    Copy the full SHA
    b3c009e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2015

  1. remove white spaces

    SergioCrisostomo committed Feb 6, 2015
    Copy the full SHA
    14e5e70 View commit details
    Browse the repository at this point in the history