nk-o / jarallax

Parallax scrolling for modern browsers
https://jarallax.nkdev.info
MIT License
1.38k stars 210 forks source link

How to disable jarallax only for safari Mac OS #196

Closed E-Baler closed 2 years ago

E-Baler commented 2 years ago

Hello, sorry if I'm wrong posting here a question but I don't find the solution (I'm a dev beginner) 😔

Jarallax doesn't work well on Safari Mac OS - but works great on other browser. I would like to disable jarallax only for safari Mac OS but I don't find How to do it. What is regular expression for specific user agents as said in the description of jarallax please?

Thanks a lot and sorry for my english ;)

nk-o commented 2 years ago

Hey.

This one should work:

disableParallax: /^((?!chrome|android).)*safari/i