Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #541022

    Is there any way to make the single button on a full width slider enter the slide with the same transition used for the text? Having it slide all the wall across a huge slide (see link) is really awkward.

    #541050

    Hey Kevin!

    Try adding this to your custom CSS.

    .avia_transform .av_slideshow_full .active-slide .avia-slideshow-button,
    .avia_transform .av_fullscreen .active-slide .avia-slideshow-button
    {
    visibility: visible !important;
    -webkit-animation: caption-bottom 0.5s 1 ease-out !important;
    animation:         caption-bottom 0.5s 1 ease-out !important;
    }

    Regards,
    Elliott

    #541127

    Beautiful! But now I have yet another CSS thing to research and learn. Lol.

    Seriously, though: Thanks!

    #541202

    Hi!

    Glad we got that short out!
    Thanks a lot for letting us know, we do appreciate it!
    Feel free to open a new ticket, if needed.

    Regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full Width Slider Button Motion’ is closed to new replies.