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

Listen for transitionend events #140

Merged
merged 2 commits into from
Jan 18, 2015

Commits on Jan 11, 2015

  1. Listen for transitionend events

    In Safari, I've observed situations along the lines of:
    
    * Changing the DOM class of an element initiates a height transition
    * When the attribute change is observed, Safari still reports the body
      height as its pre-transition value
    * Once `transitionend` fires, the reported height is correct
    
    I do not observe this behavior on Chrome or Firefox, but the change
    herein should not hurt in those browsers either.
    Mat Brown committed Jan 11, 2015
    Configuration menu
    Copy the full SHA
    621aa88 View commit details
    Browse the repository at this point in the history
  2. Semicolons

    Mat Brown committed Jan 11, 2015
    Configuration menu
    Copy the full SHA
    6f3cf6c View commit details
    Browse the repository at this point in the history