Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    The issue with what you want to achieve is masonry is controlling the animation effect. So even though they may be fading in you wont notice it because Masonry is sliding items into place.

    Thread Starter klebism

    (@klebism)

    I understand then.
    I added ‘transitionDuration: 0’ and that does the trick.

    For anyone else this should be added when you declare masonry. ie:
    $container.masonry({
    itemSelector: ‘.item’,
    transitionDuration: 0 /* stop slide-to animation */
    );

    Thanks for the reply dcooney. The plugin is nothing less than a life saver!

    Thread Starter klebism

    (@klebism)

    ^ fixed.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Masonry load more "animation" editable?’ is closed to new replies.