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

Add support for canceling CSS transitions #26244

Merged
merged 1 commit into from Apr 22, 2020

Commits on Apr 22, 2020

  1. Add support for canceling CSS transitions

    This change adds support for canceling CSS transitions when a property
    is no longer transitionable or when an element becomes styled with
    display:none. Support for canceling and replacing CSS transitions when
    the end value changes is still pending. This change also takes advantage
    of updating the constellation message to fix a bug where transition
    events could be sent for closed pipelines.
    
    Fixes #15079.
    mrobinson committed Apr 22, 2020
You can’t perform that action at this time.