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

Apply visibility by clearing the property. #607

Merged
merged 1 commit into from
Jun 4, 2018

Commits on Jun 4, 2018

  1. Apply visibility by clearing the property.

    `visibility: visible;` and `visibility:;` have different behaviors --
    the former is visible even if a parent container has a `visibility:
    hidden;`. As a result, if there are nested animated containers, and a
    parent container uses the explode transition, there will be a ghost of
    the children that have `visibility: visible` applied since the
    transition relies on cloning the DOM.
    brettburley committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    2eeb466 View commit details
    Browse the repository at this point in the history