• Resolved bistromatic

    (@bistromatic)


    Hi,

    I really like this plugin! Simple and straightforward. Excellent job!

    I was wondering if there is any way to configure the transition speed [the slide from right to left in the lightbox]? I couldn’t find anything in the gallery lightbox settings.

    Is this hard coded in JS? If so, could you point me to where it’s at so that I can change the transition time myself?

    Thanks,
    Detlef

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author GalleryCreator

    (@gallerycreator)

    Hello,
    It is really very hard JS coding )). The speed in this case is determined by many factors. Therefore, it is difficult to change. But in the next version I will add another transition method (fade-In ), maybe this will satisfy your needs.

    Thread Starter bistromatic

    (@bistromatic)

    I found this CSS in your JS:

    .pgc-rev-wrap-rotate {
    animation-name:pgc-rev-rotate;
    animation-duration:2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    }

    Is this what determines the transition in the lightbox?

    Is it possible to override this with custom CSS?

    Plugin Author GalleryCreator

    (@gallerycreator)

    You can try rewriting these styles (this is your right) But as I told You above it is unlikely to help You.

    Plugin Author GalleryCreator

    (@gallerycreator)

    Try version 1.2.0 I added new type of transition – Fading (Lightbox settings)

    Thread Starter bistromatic

    (@bistromatic)

    Thank you! I will certainly try it out.

    Thread Starter bistromatic

    (@bistromatic)

    Hi, I installed the new version and I like it! Nice job!

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘transition speed’ is closed to new replies.