min30327/luxy.js

Bad performance on Safari MacBook Pro

Opened this issue ยท 1 comments

Works awesome on Chrome, but horrible on Safari.

Firefox is not so great either.

Thanks for the lovely lib ๐Ÿ‘

@ydaniv

I had this issue too, it seems removing CSS Transitions on luxy-el divs worked, or in other words transition and luxy-el can't work together on the same div.

If CSS transitions are required wrap the div in a luxy-el div instead of applying luxy-el to the div itself.