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

Doesn't respect element item's display property rule #46

Open
teej043 opened this issue Mar 29, 2016 · 1 comment
Open

Doesn't respect element item's display property rule #46

teej043 opened this issue Mar 29, 2016 · 1 comment

Comments

@teej043
Copy link

teej043 commented Mar 29, 2016

In my responsive layout, I have the items changing their 'display' rule: when on desktop it's 'display: table-row' and on mobile it is 'display: block'.

however, the plugin only seems to recognize the 'display' property on load and maintain it through out, so when the user resizes the window the 'display' property that should have changed is not changing, so the layout becomes a mess after that.

@teej043
Copy link
Author

teej043 commented Mar 29, 2016

It seems using the 'animation' option to use animate.css fixes it, but for the javascript fallback animation the issue will persist in browsers like ie9 when users likes to resize a lot their browser window.

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