• Resolved tanzi5xlax

    (@tanzi5xlax)


    I like your plugin, but I want to reduce Caption appearance animation speed. I did not find a regular way to do this, maybe I can configure it in
    some of the plugin files if you give me a direction where to look for this parameter?

Viewing 1 replies (of 1 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hello @tanzi5xlax,

    Thank you for contacting us regarding this question.

    You can try to play around with transition-duration property of this CSS rule. By default it’s set to 500ms.

    .grid-gallery-caption figcaption,
    .grid-gallery-caption .grid-gallery-figcaption-wrap,
    .grid-gallery-caption .box-3d-cube{
    transition-duration: 500ms !important;
    }

    You can add this CSS into custom CSS field of your theme’s settings or in html block at your page before gallery shortcode. You need to wrap it in <style> tags in this case.

    <style type="text/css">
    .grid-gallery-caption figcaption,
    .grid-gallery-caption .grid-gallery-figcaption-wrap,
    .grid-gallery-caption .box-3d-cube{
    transition-duration: 500ms !important;
    }
    </style>
Viewing 1 replies (of 1 total)
  • The topic ‘Appearance animation speed’ is closed to new replies.