• Hi!

    I decided to go for the plugin instead of trying to change the output of the images on my site. It seems to be working just that I would like to change to a small animation instead of fade in.. So that the placeholders flip when the image is loaded.

    Could that be possible?

    I found this piece of code:

    $('.box').transition({
        perspective: '100px',
        rotateY: '180deg'
    });

    together with a jQueryplugin that would do this. I suppose I could put this in the lazy-load.js where it says .fadeIn(); but Im not completely sure how to..

    A hint would be very very appreciated!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘BJ Lazy Load animate instead of fade in’ is closed to new replies.