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
Hi,
We are having a problem with animsition and page doesn't load animation and nor the styling is added.
style="animation-duration: 1500ms; opacity: 1;"
Though loading animation is added and doesn't anything after that.
This only happens with EDGE browser. Tried in FireFox, Chrome and IE and it all works.
Hi,
We are having a problem with animsition and page doesn't load animation and nor the styling is added.
style="animation-duration: 1500ms; opacity: 1;"
Though loading animation is added and doesn't anything after that.
This only happens with EDGE browser. Tried in FireFox, Chrome and IE and it all works.
Our code:
$(document).ready(function () {
$(".animsition").animsition({
inClass: 'fade-in',
outClass: 'fade-out',
inDuration: 1500,
outDuration: 800,
linkElement: '.animsition-link',
});
The text was updated successfully, but these errors were encountered: