Tagged: ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #896205

    Hello
    I’ve got a problem with Galery masonry. Before scroll, we should see a part of the masonry, but it doesn’t appear. I need to scroll to view the animation of thumbnails coming.
    Si I’ve used the solution below, to avoid animation and see thumbnails at start :

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }
    .av-masonry-entry {
        opacity: 1;
        visibility: visible;
    }

    But the result is ugly. Some thumbnails loading in random order, animation again, etc…
    Can you help me please ?
    Thanks

    • This topic was modified 6 years, 3 months ago by romano2.
    #896460

    Hey romano2,

    I can see the problem but I think that is because of the CSS you added, could we have a look at the problem with your CSS maybe?

    Best regards,
    Rikard

    #897456

    Hello;
    Thanks for answer.
    What do you mean ? Do you want to have a look to CSS file ?
    I pasted it in private content.
    But there is nothing special in CSS about masonry…
    See you

    #897870

    Hi,

    The CSS you posted in your first reply -> could you try to remove it to see if the problem goes away?

    Best regards,
    Rikard

    #897955

    Hi,
    It’s done.
    It’s beautiful, but the masonry does not appear before having scrolled….
    An idea ?
    Thanks

    #898413

    Hi romano2,

    Here is a thread for you to consider
    https://kriesi.at/support/topic/masonry-animation-fade-in-only-on-load/#post-203853

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #898488

    Thanks, but i doesn’t resolve the problem.
    I just would like to have the masonry appearing when the page loads…
    What I would like, masonry at page's load
    If the height of the browser is not big enough, the masonry does not appear until I scroll the page. And we can see an empty space.
    What I don't want with empty space...

    Thanks

    #899008

    Hi romano2,

    I know what you mean, the code above does not address the masonry fade in animation. And there is no easy way to disable it, unfortunately.

    Best regards,
    Victoria

    #920310

    Hi Romano2
    I had the same issue and got decent results following this thread and modifying my shortcode.css file.
    https://kriesi.at/support/topic/masonry-animation-fade-in-only-on-load/#post-203853

    good luck!

    #920710

    Hi romano2,

    Here is an article about animation in Enfold, you can see there how to disable it

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #936608

    Thanks, I will try that !

    #936846

    Hi,

    Please do keep us update!

    Thank you very much

    Best regards,
    Basilis

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.