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

Certain animations causing scrollbars in Firefox #1

Closed
daneden opened this issue Oct 13, 2011 · 1 comment
Closed

Certain animations causing scrollbars in Firefox #1

daneden opened this issue Oct 13, 2011 · 1 comment

Comments

@daneden
Copy link
Collaborator

daneden commented Oct 13, 2011

The CSS spec says that translateY/translateX shouldn't affect layout, but in Firefox the following animations cause scrollbars to appear on the page:

  • bounceOutRight
  • bounceOutDown
  • fadeOutRightBig
  • fadeOutDownBig

The following animations also cause scrollbars, but are removed when the animation ends:

  • bounceInRight
  • bounceInUp
  • fadeInRightBig
  • fadeInUpBig

Whether this is an issue with Mozilla's implementation of the translate property or an issue with using the translate property itself is not yet clear.

@daneden
Copy link
Collaborator Author

daneden commented Dec 8, 2011

Seems this is implemented correctly by Firefox. In the spec, it says that transforms don't affect the document layout, but they do affect the overflow area. Until I think of a better fix, best solution is to use overflow-x: none;

@daneden daneden closed this as completed Dec 8, 2011
Igorxp5 added a commit to Igorxp5/animate.css that referenced this issue Apr 28, 2017
- Removed checbox style.
- Removed all browser prefixes on new css rules.
- Removed chages on the test directory.
eltonmesquita pushed a commit that referenced this issue May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant