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

Animsition: Does not support this browser. #159

Open
account10testing opened this issue Nov 7, 2019 · 1 comment
Open

Animsition: Does not support this browser. #159

account10testing opened this issue Nov 7, 2019 · 1 comment

Comments

@account10testing
Copy link

account10testing commented Nov 7, 2019

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; }
   });

image
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

@hjhub
Copy link

hjhub commented Sep 2, 2023

Were you able to solve this ?

Because I am facing the same problem.

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

2 participants