Okay
  Public Ticket #1963191
Enable Ken Burns on a normal Header
Closed

Comments

  •  4
    bjoern started the conversation

    Hi,

    is it possible to enable/use the Ken Burns effect from the Team »Bio Fullsceen Modal« in the Headerpicture (per Header or Slider or a Row Element)?

    Thanks

  •  4
    bjoern replied

    Oh I've found by my self (see screenshot), but how can I change the speed and smoothness like the »Bio Fullsceen Modal« Ken Burns?

  •  8,996
    Tahir replied

    Hey AGain,

    Unfortunately that cant be change without template level edits. 

    Best 


    ThemeNectar Support Team 

  •  4
    bjoern replied

    After a few test this works (now much smoother)

    body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap.using-image, .column-image-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: transform 20s cubic-bezier(0.1,0.2,.7,1) !important;
        transition: transform 20s cubic-bezier(0.1,0.2,.7,1) !important;
    }