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 a basis change on the perspective transform. #3173

Merged
merged 1 commit into from Oct 5, 2018

Commits on Oct 5, 2018

  1. Apply a basis change on the perspective transform.

    When applying async scrolling transforms, the perspective matrix also
    needs to be adjusted with a basis change. This is a version of #3154
    that doesn't break async scrolling on 2D-transformed elements. Although
    this passes the required test cases and displays correct behaviour,
    the intuition behind why this works is not really clear to me; see
    https://bugzilla.mozilla.org/show_bug.cgi?id=1415272#c23 onwards for
    some discussion.
    staktrace committed Oct 5, 2018
You can’t perform that action at this time.