blivesta / animsition

A simple and easy jQuery plugin for CSS animated page transitions.
http://git.blivesta.com/animsition
MIT License
3.83k stars 783 forks source link

White page on safari iPhone 4 iOS 7.1.2 #124

Open leowski opened 7 years ago

leowski commented 7 years ago

Hey guys,

Great plugin! I just can't make it work on safari iPhone 4 iOS 7.1.2. I have a white page. Here is the website URL : https://www.justeinseparables.com/fr/ I used the same config as advised but I must miss something here cause http://git.blivesta.com/animsition/fade/ works on my phone ...

Here is my js config :

$(".animsition").animsition({ inClass: 'fade-in', outClass: 'fade-out', inDuration: 200, outDuration: 200, linkElement: 'a:not([target="_blank"]):not(.quick-view):not([data-featherlight]):not(.no-animsition):not([href="#"]):not(.ui-corner-all):not(.search-filters__link):not(.js-search-link)', loading: true, loadingParentElement: 'body', //animsition wrapper element loadingClass: 'animsition-loading', loadingInner: '', // e.g '' timeout: false, timeoutCountdown: 5000, onLoadEvent: true, browser: [ 'animation-duration', '-webkit-animation-duration'], overlay : false, overlayClass : 'animsition-overlay-slide', overlayParentElement : 'body', transition: function(url){ window.location.href = url; } });

Maybe a value missing in the browser property? Any help anyone?

Thanks! Léo

leowski commented 7 years ago

Forget my request. I've decided to use another page transition system.