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
Hey Guys,
I'm using this beautiful plugin on my project with java . when i run project with eclipse it work perfecly . but when i use maven-jar-plugin or any other plugin allow me to generate one jar with all dependency. the animation not work and in console show me
Animsition: Element does not exist on page.
Animsition: Does not support this browser.
$(".animsition").animsition({
inClass: 'fade-in',
outClass: 'fade-out',
inDuration: 800,
outDuration: 500,
linkElement: 'a:not([target="_blank"]):not([href^="#"]):not([class*="lg-trigger"])', // e.g. linkElement: 'a:not([target="_blank"]):not([href^="#"])'
loading: true,
loadingParentElement: 'html', //animsition wrapper element
loadingClass: 'animsition-loading',
loadingInner: '', // e.g '<img src="assets/img/loading.svg" />'
timeout: true,
timeoutCountdown: 4000,
onLoadEvent: true,
browser: ['animation-duration', '-webkit-animation-duration', '-o-animation-duration'], // "browser" option allows you to disable the "animsition" in case the css property in the array is not supported by your browser. The default setting is to disable the "animsition" in a browser that does not support "animation-duration".
overlay : false,
overlayClass : 'animsition-overlay-slide',
overlayParentElement : 'html',
transition: function(url){ window.location.href = url; }
});
the image in right it work, but in the ledt not .
i change my browser but not work.
animation version : 4.0.2
jQuery Version : 3.2.1
The text was updated successfully, but these errors were encountered:
Hey Guys,
I'm using this beautiful plugin on my project with java . when i run project with eclipse it work perfecly . but when i use
maven-jar-plugin
or any other plugin allow me to generate one jar with all dependency. the animation not work and in console show methe image in right it work, but in the ledt not .
i change my browser but not work.
animation version : 4.0.2
jQuery Version : 3.2.1
The text was updated successfully, but these errors were encountered: