• Resolved Mick

    (@haarbollen)


    Hi

    I use ‘flip’ on loading gallery, is there any way I can delay this?
    I have considered css and transition but no matter how I write it, it seems to have no effect.

    Thanks in advance :o)

    Mick

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @haarbollen

    First, could you kindly share the page containing the gallery so that I can have a look at it from my end and run some tests as we look into this for you? Thanks in advance for doing so.

    Kind regards,
    Elvis.

    Thread Starter Mick

    (@haarbollen)

    Hi (@elviiso)

    The point is for me to make the images ‘flip’ later – as they flip now, users don’t really see the effect (as it has happened when they start to scroll)

    Can I send the URL ‘not public’ somehow, I really don’t want to share the URL public?

    Thanks :o)

    Plugin Support elviiso

    (@elviiso)

    Hi @haarbollen

    The following CSS should be able to give you the ability to determine how long the transition duration will be:

    .foogallery.fg-loaded-flip .fg-item.fg-loaded .fg-item-inner {
    	transition-duration: 1200ms;
    }

    Kind regards,
    Elvis.

    Thread Starter Mick

    (@haarbollen)

    Hi again

    That works (with a little change on the css:
    transition-delay: 1200ms;

    Thanks a lot

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Delay ‘flip’ opening’ is closed to new replies.