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

fix(material/tooltip): animations running when timeouts haven't elapsed #25701

Merged
merged 1 commit into from Sep 26, 2022

Commits on Sep 26, 2022

  1. fix(material/tooltip): animations running when timeouts haven't elaps…

    …ed (angular#25699)
    
    After the tooltips were switched to CSS animations, a regression was introduced where the opposite animation is shown even if the tooltip didn't actually reach its target state.
    
    These changes are an alternate take on the fix from angular#24652 which had to be reverted due to internal failures.
    
    Fixes angular#24614.
    crisbeto committed Sep 26, 2022
    Copy the full SHA
    507f160 View commit details
    Browse the repository at this point in the history