Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ozzymanson2 Friend
    #180442

    How can i change animation duration of jQuery Masonry?

    Thx

    Stork11 Friend
    #466048

    Hello ozzymanson2,

    Please open “/templates/ja_wall/css/template.css” file, then edit the duration at line 1863


    .masonry,
    .masonry .masonry-brick {
    transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    }

    Regards.

    ozzymanson2 Friend
    #466090

    thank you very much

    mackdoyle Friend
    #492536

    this is a JA Elastica question but fits here… What about the delay that occurs before the panels slide into place? Can you change the delay time on them?

    Wall Crasher Developer
    #492752

    Hi mackdoyle,

    You can edit the same block code above. Just add some transition delay

    .masonry,
    .masonry .masonry-brick {
    transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;

    transition-delay: 1s;
    -o-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    }

    Regards

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 4 voices, and was last updated by  Wall Crasher 11 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum