Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1477137

    Hi,

    I used the CSS here: https://kriesi.at/support/topic/adjust-the-transition-speed-of-the-caption-title/ to change the slide-in speed of the title of a fullscreen slider, but what CSS is needed for the subtitle and buttons to make them slide in at the very same time please?

    Cheers,
    Matt

    #1477156

    Hey MM,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title,
    .avia_transform .av_fullscreen .active-slide .avia-caption-content,
    .avia_transform .av_fullscreen .active-slide .avia-slideshow-button {
        visibility: visible;
        animation: caption-left 1s 1 cubic-bezier(0.1, 0.1, 0.1, 1)!important;
    }

    This will make the title, subtitle, and buttons slide in from the left at the same time.

    Best regards,
    Mike

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