-
Notifications
You must be signed in to change notification settings - Fork 16.2k
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
Overflow issue on elements with animated classes #970
Comments
Most of the animations can cause elements to overflow as they are literally moved across the screen. How to handle this is up to the developer using the library. This is just how CSS works. Make sure to use the overflow property when needed to avoid such situation. Closing this as it's not a issue with the library. |
It is not an overflow it is transitions and transform. It is the library
issue.
…On Sat, Sep 28, 2019, 13:26 Elton Mesquita ***@***.***> wrote:
Closed #970 <#970>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#970>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACX65JXPQ2K6DBOENUXCIA3QL45OLANCNFSM4ISMPDEA>
.
|
Sorry but any overflow issue is the developer's responsibility as it's impossible for the library to deal with it and we can not give individual support about CSS usage. |
I have an issue where i have a div which has "animated bounceInDown fast" set of classes and i also have overflow on that div. What happens is the scrollbar is fully visible and its working but only if i drag the scrollbar itself. If i use the mouse wheel i cannot scroll on that speciffic element. Sometimes it even works but in 90% cases it doesnt work. When i click and drag the scrollbar itself it always works normal. And when i took off the animated classes it works just normal.
The text was updated successfully, but these errors were encountered: