dijkermans

Results 22 comments of dijkermans

I've read many js and performance issues regarding the 'all' property in general so I doubt it's only related to scrollreveal

Having said that, I noticed the same issue as well. A workaround would be great.

Is visibility:visible not applied or doesn't it overrule the css? Adding !important to the inline style may work.

Hi, I've tested it with iOS9 and scrollrevealjs.org doesn't work. However, it does work on my site. The problem is "load-hidden". It works when you don't use it. I guess...

It's a nice feature. Having said that, at this point the current lazyload works better. The browsers don't properly determine the amount of images that need to be preloaded -...

I noticed the demos look fine on my mobile; android12 / chrome + samsung browser but not on ipad2017/iOS 14.6

This codepen works: https://codepen.io/acolinucci/pen/QWbOWqP They scaled up the image and made it move slower. ``` flkty.on( 'scroll', function() { flkty.slides.forEach( function( slide, i ) { var img = imgs[i]; var...

Nice option. I prefer to follow the shortest path of slides you've actually seen. So if you're on slide 8/10 and you haven't seen 9 and 10, and you want...

> Hello, i got the same issue. It seams that adding `watchSlidesProgress: true,` to my default config fixes the issue. Yes but I noticed it's CPU intensive. My sliders become...