You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: